From 3eb2945910aa64bb5062ee58252174ee28c750ab Mon Sep 17 00:00:00 2001 From: Samba Release Account Date: Tue, 10 Dec 1996 17:56:40 +0000 Subject: Added veto calls. jra@cygnus.com (This used to be commit 8167becd333dc0fd4327e4c3f29e4d4fd1302bdb) --- source3/include/proto.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'source3/include') diff --git a/source3/include/proto.h b/source3/include/proto.h index ac2cc1572d..3ba06116ed 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -251,6 +251,9 @@ int lp_numservices(void); void lp_dump(void); 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(); /*The following definitions come from locking.c */ -- cgit