]> git.sur5r.net Git - openldap/commitdiff
Add missing LDAP_CONST in ber_pvt_assert() prototype
authorHallvard Furuseth <hallvard@openldap.org>
Sun, 1 Aug 1999 21:08:14 +0000 (21:08 +0000)
committerHallvard Furuseth <hallvard@openldap.org>
Sun, 1 Aug 1999 21:08:14 +0000 (21:08 +0000)
include/ac/assert.h

index 82345c7da79eb275163d8e7f49c4d3154e50221f..6222ef576e335fb2aa7a57fcc5b8426049c7bc20 100644 (file)
@@ -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)