From: Hallvard Furuseth Date: Tue, 10 Nov 1998 22:18:22 +0000 (+0000) Subject: Removed LDAP_P in unhex' prototype; unhex(char) is incompatible with unhex(). X-Git-Tag: OPENLDAP_SLAPD_BACK_LDAP~1146 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=12b9ad095408b2a90b80deb68d138bac1e8490df;p=openldap Removed LDAP_P in unhex' prototype; unhex(char) is incompatible with unhex(). --- diff --git a/libraries/libldap/url.c b/libraries/libldap/url.c index b97139a12d..92cc34ef64 100644 --- a/libraries/libldap/url.c +++ b/libraries/libldap/url.c @@ -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