aboutsummaryrefslogtreecommitdiff
path: root/lib/cmyth/libcmyth/debug.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/cmyth/libcmyth/debug.c')
-rw-r--r--lib/cmyth/libcmyth/debug.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/cmyth/libcmyth/debug.c b/lib/cmyth/libcmyth/debug.c
index 37bbfcc05c..197801d5a6 100644
--- a/lib/cmyth/libcmyth/debug.c
+++ b/lib/cmyth/libcmyth/debug.c
@@ -116,7 +116,7 @@ cmyth_dbg(int level, char *fmt, ...)
}
void
-cmyth_set_dbg_msgcallback(void (*msgcb)(char *))
+cmyth_set_dbg_msgcallback(void (*msgcb)(int level,char *))
{
cmyth_debug_ctx.msg_callback = msgcb;
}