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

s/LDAP_CONST/const/ in ldap_pvt_asser() prototype

parent eaf331f4
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((
LDAP_CONST char *file, int line, LDAP_CONST char *test));
const char *file, int line, const char *test ));
/* Can't use LDAP_STRING(test), that'd expand to "test" */
#if defined(__STDC__) || defined(__cplusplus)
......
......@@ -23,7 +23,7 @@
*/
void
ber_pvt_assert( LDAP_CONST char *file, int line, LDAP_CONST char *test )
ber_pvt_assert( const char *file, int line, const char *test )
{
fprintf(stderr,
"Assertion failed: %s, file %s, line %d\n",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment