Fixed compiler warning.
authorTim Potter <tpot@samba.org>
Sun, 19 May 2002 11:21:28 +0000 (11:21 +0000)
committerTim Potter <tpot@samba.org>
Sun, 19 May 2002 11:21:28 +0000 (11:21 +0000)
(This used to be commit 793d9306e29ddd23e3f52736b5cd558b5d058611)

source3/lib/debug.c

index 0a4cee89aecc3ea62e692570d92c6e692ce1153b..dc1a55fb581e6926fd1b718d6745273c4c1233e1 100644 (file)
@@ -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;