summaryrefslogtreecommitdiff
path: root/source3/lib
diff options
context:
space:
mode:
authorTim Potter <tpot@samba.org>2002-05-19 11:21:28 +0000
committerTim Potter <tpot@samba.org>2002-05-19 11:21:28 +0000
commitc523cce510fb346c670c09243b5c0fb2edeaa46b (patch)
tree0f6cde9563cbedb169a56d22b13b700af58d0260 /source3/lib
parent4f8b957f4020e5f5c418de15fa33c755e28558f3 (diff)
downloadsamba-c523cce510fb346c670c09243b5c0fb2edeaa46b.tar.gz
samba-c523cce510fb346c670c09243b5c0fb2edeaa46b.tar.bz2
samba-c523cce510fb346c670c09243b5c0fb2edeaa46b.zip
Fixed compiler warning.
(This used to be commit 793d9306e29ddd23e3f52736b5cd558b5d058611)
Diffstat (limited to 'source3/lib')
-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;