]> arthur.barton.de Git - netatalk.git/blobdiff - etc/afpd/acls.h
Fix regression introduced by previous IPC fds fix
[netatalk.git] / etc / afpd / acls.h
index 6befff825b377efd5afe90a516b3d950e651fb6c..273a9f13e1cca3cdd31cfc659e1c4cafba6454ed 100644 (file)
@@ -111,6 +111,8 @@ int afp_setacl (AFPObj *obj, char *ibuf, size_t ibuflen, char *rbuf,  size_t *rb
 
 /* Parse afp_ldap.conf */
 extern int acl_ldap_readconfig(char *name);
-extern void acltoownermode(char *path, struct stat *st,uid_t uid, struct maccess *ma);
 
+/* Misc funcs */
+extern int acltoownermode(const struct vol *vol, char *path, struct stat *st, struct maccess *ma);
+extern int check_vol_acl_support(const struct vol *vol);
 #endif