mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-15 03:01:09 +08:00
remove init arg from attrs_index_config proto
This commit is contained in:
parent
352b447aa4
commit
6d542e26a5
@ -39,7 +39,7 @@ void attr_mask LDAP_P(( struct ldbminfo *li,
|
|||||||
|
|
||||||
int attr_index_config LDAP_P(( struct ldbminfo *li,
|
int attr_index_config LDAP_P(( struct ldbminfo *li,
|
||||||
const char *fname, int lineno,
|
const char *fname, int lineno,
|
||||||
int argc, char **argv, int init ));
|
int argc, char **argv ));
|
||||||
void attr_index_destroy LDAP_P(( Avlnode *tree ));
|
void attr_index_destroy LDAP_P(( Avlnode *tree ));
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
Loading…
Reference in New Issue
Block a user