mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 00:29:35 -05:00
Add missing LDAP_CONST in ber_pvt_assert() prototype
This commit is contained in:
parent
d716086a2d
commit
b10d32ab18
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue