X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=etc%2Fafpd%2Ffiledir.h;h=f72e5445b0f52b544dd6c2ddec7bfc40f0599981;hb=0612081546981aae6caa7fde0f60fee10d9b688a;hp=02c9ac15b5382ed99c5ee4cf7a84166d4e85cfda;hpb=a83e8197c7b8af45f8d56acf158920c03698bfc6;p=netatalk.git diff --git a/etc/afpd/filedir.h b/etc/afpd/filedir.h index 02c9ac15..f72e5445 100644 --- a/etc/afpd/filedir.h +++ b/etc/afpd/filedir.h @@ -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);