summaryrefslogtreecommitdiffstats
path: root/listen/listen.h
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>1999-08-10 05:46:32 +0200
committerRalf Baechle <ralf@linux-mips.org>1999-08-10 05:46:32 +0200
commit28280a70d9880c21efdff840246163a1b8e06a94 (patch)
treed95973ea267c755f349998bd9f8fd5706b334943 /listen/listen.h
parentaa112083f850e1b6c5c6ed9c9e59a568ff66a000 (diff)
Import ax25-apps 0.0.3 from tarballax25-apps-0.0.3
Diffstat (limited to 'listen/listen.h')
-rw-r--r--listen/listen.h8
1 files changed, 6 insertions, 2 deletions
diff --git a/listen/listen.h b/listen/listen.h
index cff051d..4418967 100644
--- a/listen/listen.h
+++ b/listen/listen.h
@@ -5,19 +5,23 @@
#define T_BPQ 4
#define T_DATA 5
#define T_PROTOCOL 6
-#define T_AXHDR 7
+#define T_AXHDR 7
#define T_ADDR 8
#define T_IPHDR 9
#define T_TCPHDR 10
#define T_ROSEHDR 11
#define T_TIMESTAMP 12
-#define T_FLEXNET 3 /* for now */
+#define T_FLEXNET 13
/* In utils.c */
extern int color; /* Colorized mode */
extern int sevenbit; /* Are we on a 7-bit terminal? */
extern int ibmhack; /* IBM mapping? */
+extern int timestamp;
+
+void display_timestamp(void);
+
void lprintf(int dtype, char *fmt, ...);
int initcolor(void);
char *servname(int port, char *proto);