summaryrefslogtreecommitdiffstats
path: root/source/include
diff options
context:
space:
mode:
authorSamba Release Account <samba-bugs@samba.org>1996-12-10 17:56:40 +0000
committerSamba Release Account <samba-bugs@samba.org>1996-12-10 17:56:40 +0000
commit8167becd333dc0fd4327e4c3f29e4d4fd1302bdb (patch)
treef9f654b6d2f002bde354ea80d0ec59fdb9da0909 /source/include
parent0c8df4cef915ff1bead02e5dad8d761a614dfb62 (diff)
downloadsamba-8167becd333dc0fd4327e4c3f29e4d4fd1302bdb.tar.gz
samba-8167becd333dc0fd4327e4c3f29e4d4fd1302bdb.tar.xz
samba-8167becd333dc0fd4327e4c3f29e4d4fd1302bdb.zip
Added veto calls.
jra@cygnus.com
Diffstat (limited to 'source/include')
-rw-r--r--source/include/proto.h3
1 files changed, 3 insertions, 0 deletions
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 */