]> arthur.barton.de Git - netatalk.git/blobdiff - etc/afpd/filedir.h
Merge remote-tracking branch 'origin/branch-netatalk-3-0' into develop
[netatalk.git] / etc / afpd / filedir.h
index 9645bc00823e01b95fc9dd26424d8d60b9b5d5e1..f72e5445b0f52b544dd6c2ddec7bfc40f0599981 100644 (file)
@@ -2,7 +2,7 @@
 #define AFPD_FILEDIR_H 1
 
 #include <sys/stat.h>
-#include "globals.h"
+#include <atalk/globals.h>
 #include "volume.h"
 
 extern struct afp_options default_options;
@@ -15,6 +15,7 @@ extern int            veto_file (const char *veto_str, const char *path);
 extern int             check_name (const struct vol *vol, char *name);
 
 extern int matchfile2dirperms (char *, struct vol *, int);
+extern int delete_vetoed_files(struct vol *vol, const char *upath, bool in_vetodir);
 
 /* FP functions */
 int afp_moveandrename (AFPObj *obj, char *ibuf, size_t ibuflen, char *rbuf,  size_t *rbuflen);