]> git.sur5r.net Git - openldap/blobdiff - include/ac/assert.h
s/Id/OpenLDAP/ in RCSids
[openldap] / include / ac / assert.h
index 6222ef576e335fb2aa7a57fcc5b8426049c7bc20..6c3a44ed77639592160cbcba9b31de29ec738482 100644 (file)
@@ -1,4 +1,5 @@
 /* Generic assert.h */
+/* $OpenLDAP$ */
 /*
  * Copyright 1999 The OpenLDAP Foundation, Redwood City, California, USA
  * All rights reserved.
@@ -31,7 +32,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)