]> git.sur5r.net Git - openldap/blobdiff - servers/ldapd/proto-ldapd.h
Remove incorrect use of <matched> entry
[openldap] / servers / ldapd / proto-ldapd.h
index 57ac6016960983b498a8ed8ce16f7e760b1da804..61f575f31eb6ae0e59c1d4f4178bd1344021dc79 100644 (file)
@@ -109,7 +109,7 @@ int do_modify2 LDAP_P((Sockbuf *sb, struct msg *m, struct ds_read_result *rr));
 Attr_Sequence get_as LDAP_P(( Sockbuf *clientsb, unsigned long op, struct msg *m,
                              char *type, struct berval **bvals ));
 void modify_result LDAP_P(( Sockbuf *sb, struct msg *m ));
-void modlist_free LDAP_P(( LDAPMod *mods ));
+void modlist_free LDAP_P(( LDAPModList *mods ));
 
 /*
  * modrdn.c