aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/debug.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/debug.c b/src/debug.c
index 8a558c202..c1bebcab1 100644
--- a/src/debug.c
+++ b/src/debug.c
@@ -57,7 +57,7 @@ static int use_color = 1;
* Parse the category mask.
* category1:category2:category3
*/
-void parse_category_mask(const char *_mask)
+void debug_parse_category_mask(const char *_mask)
{
unsigned int new_mask = 0;
int i = 0;