X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=include%2Fatalk%2Fldapconfig.h;h=76f5561b4df5a7952a7a4f6f23cbbf14af185b83;hb=df7560dfdb12b06090dc4b2c6e88d0858930b591;hp=70f9f628c7c61c0c0fe7018b91bfceb884865f43;hpb=85a8591621dc4c47417402a24df31e40bd7cae15;p=netatalk.git diff --git a/include/atalk/ldapconfig.h b/include/atalk/ldapconfig.h index 70f9f628..76f5561b 100644 --- a/include/atalk/ldapconfig.h +++ b/include/atalk/ldapconfig.h @@ -1,10 +1,12 @@ -#ifdef HAVE_ACLS +#ifdef HAVE_LDAP #ifndef LDAPCONFIG_H #define LDAPCONFIG_H +#include + /* One function does the whole job */ -extern int acl_ldap_readconfig(char *name); +extern int acl_ldap_readconfig(dictionary *iniconfig); /* These are the prefvalues */ extern char *ldap_server; @@ -39,4 +41,4 @@ extern int ldap_config_valid; #endif /* LDAPCONFIG_H */ -#endif /* HAVE_ACLS */ +#endif /* HAVE_LDAP */