]> arthur.barton.de Git - netatalk.git/blobdiff - etc/afpd/acls.h
Function protoype did not match previous change in ad_setdate
[netatalk.git] / etc / afpd / acls.h
index b79faaff9ee7e612496e1aba34277bfcc53e5648..a1b1e52d4da85a4fcbb08c34f5537905a911c7b6 100644 (file)
@@ -1,5 +1,5 @@
 /*
-   $Id: acls.h,v 1.2 2009-10-15 10:43:13 didg Exp $
+   $Id: acls.h,v 1.3 2009-11-20 17:45:47 franklahm Exp $
    Copyright (c) 2008,2009 Frank Lahm <franklahm@gmail.com>
 
    This program is free software; you can redistribute it and/or modify
@@ -105,7 +105,7 @@ int afp_access (AFPObj *obj, char *ibuf, size_t ibuflen, char *rbuf,  size_t *rb
 int afp_getacl (AFPObj *obj, char *ibuf, size_t ibuflen, char *rbuf,  size_t *rbuflen);
 int afp_setacl (AFPObj *obj, char *ibuf, size_t ibuflen, char *rbuf,  size_t *rbuflen);
 
-/* Parse ldap.conf */
+/* Parse afp_ldap.conf */
 extern int acl_ldap_readconfig(char *name);
 
 #endif