]> git.sur5r.net Git - openldap/commitdiff
Make bdb2i_back_modify_internal() public so it can be reused from
authorJuan Gomez <gomez@openldap.org>
Wed, 26 May 1999 12:19:31 +0000 (12:19 +0000)
committerJuan Gomez <gomez@openldap.org>
Wed, 26 May 1999 12:19:31 +0000 (12:19 +0000)
modrdn.

servers/slapd/back-bdb2/modify.c

index fcce9ab635b82686ec44867ea9b8bf2bd0934898..c4cb583357115524e2a48fd7e656447b672cc06f 100644 (file)
@@ -91,7 +91,7 @@ add_lastmods( Operation *op, LDAPModList **modlist )
 
 }
 
-static int
+int
 bdb2i_back_modify_internal(
     BackendDB  *be,
     Connection *conn,