summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--source3/include/proto.h3
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 */