From 12b9ad095408b2a90b80deb68d138bac1e8490df Mon Sep 17 00:00:00 2001 From: Hallvard Furuseth Date: Tue, 10 Nov 1998 22:18:22 +0000 Subject: [PATCH] Removed LDAP_P in unhex' prototype; unhex(char) is incompatible with unhex(). --- libraries/libldap/url.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5