summaryrefslogtreecommitdiffstats
path: root/source
diff options
context:
space:
mode:
authorSamba Release Account <samba-bugs@samba.org>1997-01-29 21:53:26 +0000
committerSamba Release Account <samba-bugs@samba.org>1997-01-29 21:53:26 +0000
commitc43d192a361000f306622a28584cc87490070d48 (patch)
tree7bf6645f5848ecc7a78f56bf7335394a5b453d3b /source
parent4430af3550a12f03bb9c953b32154924f88b0b06 (diff)
downloadsamba-c43d192a361000f306622a28584cc87490070d48.tar.gz
samba-c43d192a361000f306622a28584cc87490070d48.tar.xz
samba-c43d192a361000f306622a28584cc87490070d48.zip
Fixed proto problem with lp_veto_files().
Jeremy
Diffstat (limited to 'source')
-rw-r--r--source/include/proto.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/include/proto.h b/source/include/proto.h
index 8c7a8a47fe6..70a715cc043 100644
--- a/source/include/proto.h
+++ b/source/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 */