summaryrefslogtreecommitdiff
path: root/source3
diff options
context:
space:
mode:
Diffstat (limited to 'source3')
-rw-r--r--source3/include/proto.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h
index 8c7a8a47fe..70a715cc04 100644
--- a/source3/include/proto.h
+++ b/source3/include/proto.h
@@ -253,7 +253,7 @@ int lp_servicenumber(char *pszServiceName);
char *volume_label(int snum);
BOOL is_vetoed_name(char *name);
BOOL is_vetoed_path(char *name);
-char *lp_veto_files();
+char *lp_veto_files(void);
/*The following definitions come from locking.c */