]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
Fixed proto problem with lp_veto_files().
authorSamba Release Account <samba-bugs@samba.org>
Wed, 29 Jan 1997 21:53:26 +0000 (21:53 +0000)
committerSamba Release Account <samba-bugs@samba.org>
Wed, 29 Jan 1997 21:53:26 +0000 (21:53 +0000)
Jeremy

source/include/proto.h

index 8c7a8a47fe623bc36e9a804006ee1bf5fe57d1d3..70a715cc0431faf0390dbc9d1969d97170680412 100644 (file)
@@ -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  */