mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 08:39:37 -05:00
Protos for extensible matching rules
This commit is contained in:
parent
0d6ca74255
commit
ff72b73fe3
1 changed files with 11 additions and 0 deletions
|
|
@ -445,6 +445,17 @@ LDAP_SLAPD_F (char *) supportedControls[];
|
|||
LDAP_SLAPD_F (int) monitor_info LDAP_P((
|
||||
Entry **entry, const char **text ));
|
||||
|
||||
/*
|
||||
* mra.c
|
||||
*/
|
||||
LDAP_SLAPD_F (int) get_mra LDAP_P((
|
||||
BerElement *ber,
|
||||
MatchingRuleAssertion **mra,
|
||||
const char **text ));
|
||||
LDAP_SLAPD_F (void) mra_free LDAP_P((
|
||||
MatchingRuleAssertion *mra,
|
||||
int freeit ));
|
||||
|
||||
/*
|
||||
* operation.c
|
||||
*/
|
||||
|
|
|
|||
Loading…
Reference in a new issue