]> git.sur5r.net Git - openldap/commitdiff
Removed LDAP_P in unhex' prototype; unhex(char) is incompatible with unhex().
authorHallvard Furuseth <hallvard@openldap.org>
Tue, 10 Nov 1998 22:18:22 +0000 (22:18 +0000)
committerHallvard Furuseth <hallvard@openldap.org>
Tue, 10 Nov 1998 22:18:22 +0000 (22:18 +0000)
libraries/libldap/url.c

index b97139a12d6d399ac8c450dd0281e88795250463..92cc34ef64a5ea41b4267821905bcb6b46b56027 100644 (file)
@@ -36,7 +36,7 @@ static char copyright[] = "@(#) Copyright (c) 1996 Regents of the University of
 
 static int skip_url_prefix LDAP_P(( char **urlp, int *enclosedp ));
 static void hex_unescape LDAP_P(( char *s ));
-static int unhex LDAP_P(( char c ));
+static int unhex( char c );
 
 
 int