aboutsummaryrefslogtreecommitdiffstats
path: root/utils/check_expr.c
diff options
context:
space:
mode:
Diffstat (limited to 'utils/check_expr.c')
-rw-r--r--utils/check_expr.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/utils/check_expr.c b/utils/check_expr.c
index 00d00d802..009fe8673 100644
--- a/utils/check_expr.c
+++ b/utils/check_expr.c
@@ -93,8 +93,8 @@ void ast_store_lock_info(enum ast_lock_type type, const char *filename,
/* not a lot to do in a standalone w/o threading! */
}
-void ast_mark_lock_acquired(void);
-void ast_mark_lock_acquired(void)
+void ast_mark_lock_acquired(void *);
+void ast_mark_lock_acquired(void *foo)
{
/* not a lot to do in a standalone w/o threading! */
}