From 9e83cac78e683cc88f0ab8cdd4a64a062d2b56ea Mon Sep 17 00:00:00 2001 From: Samba Release Account Date: Wed, 29 Jan 1997 21:53:26 +0000 Subject: Fixed proto problem with lp_veto_files(). Jeremy (This used to be commit c43d192a361000f306622a28584cc87490070d48) --- source3/include/proto.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */ -- cgit