git.samba.org
/
kai
/
samba.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6123627
)
Added veto calls.
author
Samba Release Account
<samba-bugs@samba.org>
Tue, 10 Dec 1996 17:56:40 +0000
(17:56 +0000)
committer
Samba Release Account
<samba-bugs@samba.org>
Tue, 10 Dec 1996 17:56:40 +0000
(17:56 +0000)
jra@cygnus.com
(This used to be commit
8167becd333dc0fd4327e4c3f29e4d4fd1302bdb
)
source3/include/proto.h
patch
|
blob
|
history
diff --git
a/source3/include/proto.h
b/source3/include/proto.h
index ac2cc1572d03bcaf557656ff4e297804dfda903d..3ba06116ed2ffb5fb733f7bb4d9ec6dfa6a5cd77 100644
(file)
--- 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 */