From: Samba Release Account Date: Wed, 29 Jan 1997 21:53:26 +0000 (+0000) Subject: Fixed proto problem with lp_veto_files(). X-Git-Tag: samba-1.9.16p10~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c43d192a361000f306622a28584cc87490070d48;p=thirdparty%2Fsamba.git Fixed proto problem with lp_veto_files(). Jeremy --- 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 */