mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-25 17:19:43 -05:00
remove init arg from attrs_index_config proto
This commit is contained in:
parent
352b447aa4
commit
6d542e26a5
1 changed files with 1 additions and 1 deletions
|
|
@ -39,7 +39,7 @@ void attr_mask LDAP_P(( struct ldbminfo *li,
|
|||
|
||||
int attr_index_config LDAP_P(( struct ldbminfo *li,
|
||||
const char *fname, int lineno,
|
||||
int argc, char **argv, int init ));
|
||||
int argc, char **argv ));
|
||||
void attr_index_destroy LDAP_P(( Avlnode *tree ));
|
||||
|
||||
/*
|
||||
|
|
|
|||
Loading…
Reference in a new issue