summaryrefslogtreecommitdiffstats
path: root/main.h
diff options
context:
space:
mode:
authorSuper User2007-05-27 15:24:02 +0200
committerSuper User2007-05-27 15:24:02 +0200
commit1ace98e214e20173f027f50abac2546159735e59 (patch)
treee5ba34447cb1e8961ac2e12f582f375a5af1033f /main.h
parentbackup (diff)
downloadlcr-1ace98e214e20173f027f50abac2546159735e59.tar.gz
lcr-1ace98e214e20173f027f50abac2546159735e59.tar.xz
lcr-1ace98e214e20173f027f50abac2546159735e59.zip
backup
Diffstat (limited to 'main.h')
-rw-r--r--main.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/main.h b/main.h
index 034ae13..37eb727 100644
--- a/main.h
+++ b/main.h
@@ -138,6 +138,7 @@ extern "C" {
#include "tones.h"
#include "crypt.h"
#include "admin_server.h"
+#include "trace.h"
extern double now_d;
extern time_t now;
@@ -145,5 +146,8 @@ extern struct tm *now_tm;
extern struct timeval now_tv;
extern struct timezone now_tz;
+#define DIRECTION_NONE 0
+#define DIRECTION_OUT 1
+#define DIRECTION_IN 2