From: Hallvard Furuseth Date: Sun, 1 Aug 1999 21:08:14 +0000 (+0000) Subject: Add missing LDAP_CONST in ber_pvt_assert() prototype X-Git-Tag: TWEB_OL_BASE~340 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=b10d32ab1877d4f9642c25244533e2e3965db2e9;p=openldap Add missing LDAP_CONST in ber_pvt_assert() prototype --- diff --git a/include/ac/assert.h b/include/ac/assert.h index 82345c7da7..6222ef576e 100644 --- a/include/ac/assert.h +++ b/include/ac/assert.h @@ -31,7 +31,7 @@ */ LDAP_F(void) ber_pvt_assert LDAP_P(( - char* file, int line, char* test)); + LDAP_CONST char *file, int line, LDAP_CONST char *test)); /* Can't use LDAP_STRING(test), that'd expand to "test" */ #if defined(__STDC__) || defined(__cplusplus)