]> arthur.barton.de Git - netatalk.git/blobdiff - etc/afpd/filedir.h
A big patch to correct many afpd problems. For one, the trash will
[netatalk.git] / etc / afpd / filedir.h
index a182631a896deb9bef6de50af6a78e966e766e1f..f1ef1f6cb16d21a0f37a2711ca0ccef688df3f27 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * $Id: filedir.h,v 1.6 2001-12-03 05:03:38 jmarcus Exp $
+ * $Id: filedir.h,v 1.7 2002-05-13 04:59:36 jmarcus Exp $
  */
 
 #ifndef AFPD_FILEDIR_H
@@ -15,6 +15,7 @@ extern struct afp_options default_options;
 extern char            *ctoupath __P((const struct vol *, struct dir *,
                                 char *));
 extern int             veto_file __P((const char *veto_str, const char *path));
+extern int             check_name __P((const struct vol *vol, char *name));
 
 /* FP functions */
 extern int     matchfile2dirperms __P((char *, struct vol *, int));