From b332f61f0d79b4285e0d872f79d99e4046ef8d4b Mon Sep 17 00:00:00 2001 From: Holger Freyther Date: Sat, 27 Dec 2008 12:46:51 +0000 Subject: 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. --- include/openbsc/debug.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/openbsc/debug.h') 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 */ -- cgit v1.2.3