aboutsummaryrefslogtreecommitdiffstats
path: root/include/openbsc
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2009-06-09 20:21:57 +0000
committerHarald Welte <laforge@gnumonks.org>2009-06-09 20:21:57 +0000
commitd3ff51dfe3ecfde0ddbcd7bc5645d519912696dd (patch)
tree1d4ff26596b56a8388f1a2ce7f502acf20cfab37 /include/openbsc
parentbd8f7e399b3c6e14edd9bd59ee3ebed97b0954a6 (diff)
don't prefix every line with timestamp, this saves some screen real estate
Diffstat (limited to 'include/openbsc')
-rw-r--r--include/openbsc/debug.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/openbsc/debug.h b/include/openbsc/debug.h
index 995a0f8e3..63f9e671c 100644
--- a/include/openbsc/debug.h
+++ b/include/openbsc/debug.h
@@ -33,6 +33,7 @@ char *hexdump(unsigned char *buf, int len);
void debugp(unsigned int subsys, char *file, int line, int cont, const char *format, ...);
void debug_parse_category_mask(const char* mask);
void debug_use_color(int use_color);
+void debug_timestamp(int enable);
extern unsigned int debug_mask;
#endif /* _DEBUG_H */