]> git.sur5r.net Git - openldap/blobdiff - clients/tools/common.h
check reponse tags in ldapmodify; other functions rely on client library, which might...
[openldap] / clients / tools / common.h
index a0ce71c56918fc711b920d1cfcb5aeea27dc2a2a..d97265e0f7a17c5733f79682c8f98a7de85eb2a8 100644 (file)
@@ -83,11 +83,11 @@ void tool_destroy LDAP_P(( void ));
 void tool_server_controls LDAP_P(( LDAP *, LDAPControl *, int ));
 int tool_check_abandon LDAP_P(( LDAP *ld, int msgid ));
 void tool_perror LDAP_P((
-       char *func,
+       const char *func,
        int err,
-       char *extra,
-       char *matched,
-       char *info,
+       const char *extra,
+       const char *matched,
+       const char *info,
        char **refs ));
 
 LDAP_END_DECL