aboutsummaryrefslogtreecommitdiffstats
path: root/utils/refcounter.c
diff options
context:
space:
mode:
Diffstat (limited to 'utils/refcounter.c')
-rw-r--r--utils/refcounter.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/refcounter.c b/utils/refcounter.c
index 4d4d9dbb0..5e750619e 100644
--- a/utils/refcounter.c
+++ b/utils/refcounter.c
@@ -250,7 +250,7 @@ void ast_log(int level, const char *file, int line, const char *function, const
va_end(vars);
}
-void ast_verbose(const char *fmt, ...)
+void __ast_verbose(const char *file, int line, const char *func, const char *fmt, ...)
{
va_list vars;
va_start(vars,fmt);