for implementing modrdn v3.
#include "back-ldbm.h"
#include "proto-back-ldbm.h"
-static int add_values(Entry *e, LDAPMod *mod, char *dn);
-static int delete_values(Entry *e, LDAPMod *mod, char *dn);
-static int replace_values(Entry *e, LDAPMod *mod, char *dn);
int
ldbm_back_modify(
return( -1 );
}
-static int
+int
add_values(
Entry *e,
LDAPMod *mod,
return( LDAP_SUCCESS );
}
-static int
+int
delete_values(
Entry *e,
LDAPMod *mod,
return( LDAP_SUCCESS );
}
-static int
+int
replace_values(
Entry *e,
LDAPMod *mod,