From: Mark Valence Date: Mon, 22 Nov 1999 18:40:05 +0000 (+0000) Subject: Added get_supported_acimech() X-Git-Tag: UCDATA_2_4~177 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=0b9f7c8240685410aa53f1bb03de3e2970058a03;p=openldap Added get_supported_acimech() --- diff --git a/servers/slapd/proto-slap.h b/servers/slapd/proto-slap.h index d13ad23b35..5c6fc6e947 100644 --- a/servers/slapd/proto-slap.h +++ b/servers/slapd/proto-slap.h @@ -26,6 +26,8 @@ int acl_check_modlist LDAP_P(( Backend *be, void acl_append( AccessControl **l, AccessControl *a ); +char *get_supported_acimech LDAP_P((int index)); + /* * aclparse.c */