mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-15 03:01:09 +08:00
Add missing LDAP_CONST in ber_pvt_assert() prototype
This commit is contained in:
parent
d716086a2d
commit
b10d32ab18
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user