]> git.sur5r.net Git - openldap/blobdiff - libraries/liblber/assert.c
hex escape everything requires escape (uncomment #define PRETTY_ESCAPE to revert...
[openldap] / libraries / liblber / assert.c
index ce8f4b8cc8f80fc70af25024edcc7912108c0ad1..c0530ad6ee4f9661071535f1ad1682d951b33a1a 100644 (file)
@@ -1,5 +1,6 @@
+/* $OpenLDAP$ */
 /*
- * Copyright 1999 The OpenLDAP Foundation, Redwood City, California, USA
+ * Copyright 1999-2000 The OpenLDAP Foundation, Redwood City, California, USA
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms are permitted only
@@ -23,7 +24,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",