From: Kurt Zeilenga Date: Sat, 19 Jan 2002 05:13:14 +0000 (+0000) Subject: Cleanup prototypes X-Git-Tag: LDBM_PRE_GIANT_RWLOCK~60 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=b713f42650dbc5ae6d99d9f8fa92dcd3e06c83be;p=openldap Cleanup prototypes --- diff --git a/servers/slapd/proto-slap.h b/servers/slapd/proto-slap.h index e28c953560..f0c503b915 100644 --- a/servers/slapd/proto-slap.h +++ b/servers/slapd/proto-slap.h @@ -521,25 +521,13 @@ LDAP_SLAPD_F (int) lock_fclose LDAP_P(( FILE *fp, FILE *lfp )); /* * modify.c - * should be relocated to separate file */ -LDAP_SLAPD_F( void ) slap_mod_free( Modification *mod, int freeit ); -LDAP_SLAPD_F( void ) slap_mods_free( Modifications *mods ); -LDAP_SLAPD_F( void ) slap_modlist_free( LDAPModList *ml ); - LDAP_SLAPD_F( int ) slap_mods_check( Modifications *ml, int update, const char **text, char *textbuf, size_t textlen ); -LDAP_SLAPD_F( int ) slap_modlist2mods( - LDAPModList *ml, - int update, - Modifications **mods, - const char **text, - char *textbuf, size_t textlen ); - LDAP_SLAPD_F( int ) slap_mods_opattrs( Operation *op, Modifications *mods, @@ -547,6 +535,13 @@ LDAP_SLAPD_F( int ) slap_mods_opattrs( const char **text, char *textbuf, size_t textlen ); +/* + * mods.c + */ +LDAP_SLAPD_F( void ) slap_mod_free( Modification *mod, int freeit ); +LDAP_SLAPD_F( void ) slap_mods_free( Modifications *mods ); +LDAP_SLAPD_F( void ) slap_modlist_free( LDAPModList *ml ); + /* * module.c */