aboutsummaryrefslogtreecommitdiffstats
path: root/include/openbsc/debug.h
diff options
context:
space:
mode:
authorHolger Freyther <zecke@selfish.org>2008-12-27 12:46:51 +0000
committerHolger Freyther <zecke@selfish.org>2008-12-27 12:46:51 +0000
commitb332f61f0d79b4285e0d872f79d99e4046ef8d4b (patch)
tree7d7079b605a60d563e32f75f5d940424a33116dd /include/openbsc/debug.h
parent5ee72eeeb1d513c5702c72e19ba6becd47d02158 (diff)
Use getopt in the bsc_hack to parse options
Current options include a draft of the help screen, an option to disable the colors and to specify the debug categories to show.
Diffstat (limited to 'include/openbsc/debug.h')
-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 dcb74c03f..018a11657 100644
--- a/include/openbsc/debug.h
+++ b/include/openbsc/debug.h
@@ -19,5 +19,6 @@
void debugp(unsigned int subsys, char *file, int line, const char *format, ...);
void debug_parse_category_mask(const char* mask);
+void debug_use_color(int use_color);
#endif /* _DEBUG_H */