Skip to content
Snippets Groups Projects
Commit b10d32ab authored by Hallvard Furuseth's avatar Hallvard Furuseth
Browse files

Add missing LDAP_CONST in ber_pvt_assert() prototype

parent d716086a
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment