summaryrefslogtreecommitdiffstats
path: root/listen/listen.h
diff options
context:
space:
mode:
authorThomas Osterried <ax25@x-berg.in-berlin.de>2016-07-04 12:12:37 +0200
committerThomas Osterried <ax25@x-berg.in-berlin.de>2016-07-04 12:12:37 +0200
commit83ffd1fcf9aade0c91834fe3058a4d5644eeba3f (patch)
tree51c1642988bfa739bb813a8b12d70ac8191c9086 /listen/listen.h
parent39626d97b80152f8da5796d72971f55eb98dcb12 (diff)
Improved timestamps. With code and -t -tt -ttt ... option behaviour from tcpdump.
-> Without -t, listen now shows a timestamp. Signed-off-by: Thomas Osterried <ax25@x-berg.in-berlin.de>
Diffstat (limited to 'listen/listen.h')
-rw-r--r--listen/listen.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/listen/listen.h b/listen/listen.h
index 841a494..0075bf3 100644
--- a/listen/listen.h
+++ b/listen/listen.h
@@ -15,12 +15,10 @@
#define T_OPENTRAC 14
/* In utils.c */
-extern int color; /* Colorized mode */
+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, ...);