diff options
author | Samba Release Account <samba-bugs@samba.org> | 1997-01-29 21:53:26 +0000 |
---|---|---|
committer | Samba Release Account <samba-bugs@samba.org> | 1997-01-29 21:53:26 +0000 |
commit | 9e83cac78e683cc88f0ab8cdd4a64a062d2b56ea (patch) | |
tree | cea29f4125f44d9312c147fc7103954e8e77edb8 /source3/include/proto.h | |
parent | e6e7c9e3d0e8c18063e5637d82f7a5fede4f50de (diff) | |
download | samba-9e83cac78e683cc88f0ab8cdd4a64a062d2b56ea.tar.gz samba-9e83cac78e683cc88f0ab8cdd4a64a062d2b56ea.tar.bz2 samba-9e83cac78e683cc88f0ab8cdd4a64a062d2b56ea.zip |
Fixed proto problem with lp_veto_files().
Jeremy
(This used to be commit c43d192a361000f306622a28584cc87490070d48)
Diffstat (limited to 'source3/include/proto.h')
-rw-r--r-- | source3/include/proto.h | 2 |
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 */ |