Add missing LDAP_CONST in ber_pvt_assert() prototype

This commit is contained in:
Hallvard Furuseth 1999-08-01 21:08:14 +00:00
parent d716086a2d
commit b10d32ab18

View 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)