]> git.sur5r.net Git - openldap/commitdiff
Remove LDAP_P() from prototypes with 'Byte' arguments
authorHallvard Furuseth <hallvard@openldap.org>
Fri, 5 Mar 1999 01:03:13 +0000 (01:03 +0000)
committerHallvard Furuseth <hallvard@openldap.org>
Fri, 5 Mar 1999 01:03:13 +0000 (01:03 +0000)
libraries/libldap/charset.c

index b3c835e487796a976bfc26859397679f39a98b78..20a9db5306e8492cacd19d751261cad2e364a540 100644 (file)
@@ -160,10 +160,12 @@ ldap_translate_to_t61( LDAP *ld, char **bufp, unsigned long *lenp,
 typedef unsigned char  Byte;
 typedef struct { Byte  a, b; } Couple;
 
-static Byte *c_to_hh LDAP_P(( Byte *o, Byte c ));
-static Byte *c_to_cc LDAP_P(( Byte *o, Couple *cc, Byte c ));
-static int hh_to_c LDAP_P(( Byte *h ));
-static Byte *cc_to_t61 LDAP_P(( Byte *o, Byte *s ));
+/* Prototypes without LDAP_P():
+ * 'Byte' in definition incompatible with unprototyped declaration. */
+static Byte *c_to_hh   ( Byte *o, Byte c );
+static Byte *c_to_cc   ( Byte *o, Couple *cc, Byte c );
+static int   hh_to_c   ( Byte *h );
+static Byte *cc_to_t61 ( Byte *o, Byte *s );
 
 /*
    Character choosed as base in diacritics alone: NO-BREAK SPACE.