]> git.sur5r.net Git - openldap/commitdiff
remove init arg from attrs_index_config proto
authorKurt Zeilenga <kurt@openldap.org>
Tue, 6 Jun 2000 19:31:45 +0000 (19:31 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Tue, 6 Jun 2000 19:31:45 +0000 (19:31 +0000)
servers/slapd/back-ldbm/proto-back-ldbm.h

index 3da9948d0671421ceff05f11c50e12caad82fa0c..550bbfd5335df572b48a595f08e2941ed08fc77d 100644 (file)
@@ -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 ));
 
 /*