aboutsummaryrefslogtreecommitdiffstats
path: root/include/openbsc/debug.h
diff options
context:
space:
mode:
authorHolger Freyther <zecke@selfish.org>2008-12-27 12:46:49 +0000
committerHolger Freyther <zecke@selfish.org>2008-12-27 12:46:49 +0000
commit5ee72eeeb1d513c5702c72e19ba6becd47d02158 (patch)
treea4862b140cabafe9593a9f2924ff6918411139e1 /include/openbsc/debug.h
parent7c03e4c57a07c0772eb87c16ad46927e7230d9de (diff)
Prefix debug symbols with debug_ to reduce the namesapce pollution
Diffstat (limited to 'include/openbsc/debug.h')
-rw-r--r--include/openbsc/debug.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/openbsc/debug.h b/include/openbsc/debug.h
index b3b170260..dcb74c03f 100644
--- a/include/openbsc/debug.h
+++ b/include/openbsc/debug.h
@@ -18,6 +18,6 @@
#endif
void debugp(unsigned int subsys, char *file, int line, const char *format, ...);
-void parse_category_mask(const char* mask);
+void debug_parse_category_mask(const char* mask);
#endif /* _DEBUG_H */