From: Samba Release Account Date: Tue, 10 Dec 1996 17:56:40 +0000 (+0000) Subject: Added veto calls. X-Git-Tag: samba-1.9.16p10~27 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8167becd333dc0fd4327e4c3f29e4d4fd1302bdb;p=thirdparty%2Fsamba.git Added veto calls. jra@cygnus.com --- diff --git a/source/include/proto.h b/source/include/proto.h index ac2cc1572d0..3ba06116ed2 100644 --- a/source/include/proto.h +++ b/source/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 */