]> git.sur5r.net Git - openldap/blobdiff - servers/slapd/back-bdb/proto-bdb.h
ITS#4040 move initialization
[openldap] / servers / slapd / back-bdb / proto-bdb.h
index 5955721f4ea4956476d61a987ba0c0fc6b538fc4..860e87743332324d4d96f23ed70a54e7ea3a9011 100644 (file)
@@ -292,7 +292,7 @@ bdb_idl_union(
 ID bdb_idl_first( ID *ids, ID *cursor );
 ID bdb_idl_next( ID *ids, ID *cursor );
 
-void bdb_idl_sort( ID *ids );
+void bdb_idl_sort( ID *ids, ID *tmp );
 int bdb_idl_append( ID *a, ID *b );
 int bdb_idl_append_one( ID *ids, ID id );