summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--source3/lib/debug.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/lib/debug.c b/source3/lib/debug.c
index 0a4cee89ae..dc1a55fb58 100644
--- a/source3/lib/debug.c
+++ b/source3/lib/debug.c
@@ -171,7 +171,7 @@ utility lists registered debug class names's
#define MAX_CLASS_NAME_SIZE 1024
-char *debug_list_class_names_and_levels()
+char *debug_list_class_names_and_levels(void)
{
int i, dim;
char **list;