diff options
author | Samba Release Account <samba-bugs@samba.org> | 1996-12-10 17:56:40 +0000 |
---|---|---|
committer | Samba Release Account <samba-bugs@samba.org> | 1996-12-10 17:56:40 +0000 |
commit | 3eb2945910aa64bb5062ee58252174ee28c750ab (patch) | |
tree | e9a8beb4098e98e4a1b2392a6e6c20f6ccf2c1d2 | |
parent | 61236274fe27ed0fd563f78853d70a55a16f2cd0 (diff) | |
download | samba-3eb2945910aa64bb5062ee58252174ee28c750ab.tar.gz samba-3eb2945910aa64bb5062ee58252174ee28c750ab.tar.bz2 samba-3eb2945910aa64bb5062ee58252174ee28c750ab.zip |
Added veto calls.
jra@cygnus.com
(This used to be commit 8167becd333dc0fd4327e4c3f29e4d4fd1302bdb)
-rw-r--r-- | source3/include/proto.h | 3 |
1 files changed, 3 insertions, 0 deletions
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 */ |