mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 00:29:35 -05:00
Removed LDAP_P in unhex' prototype; unhex(char) is incompatible with unhex().
This commit is contained in:
parent
120f75219d
commit
12b9ad0954
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue