X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=include%2Fldif.h;h=656b7a06d86be8535201b69d516edb2d98d0ddc1;hb=09abc9f8ae2485adb67dbd91be4d02a4b4bb454c;hp=0b2eaed130cc7f39ed6d8f5106ddf27019024052;hpb=c225c4af34700c6a5be880ae8eeaf67fede803fb;p=openldap diff --git a/include/ldif.h b/include/ldif.h index 0b2eaed130..656b7a06d8 100644 --- a/include/ldif.h +++ b/include/ldif.h @@ -1,7 +1,7 @@ /* $OpenLDAP$ */ /* This work is part of OpenLDAP Software . * - * Copyright 1998-2005 The OpenLDAP Foundation. + * Copyright 1998-2006 The OpenLDAP Foundation. * All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -90,7 +90,7 @@ typedef struct LDIFFP { } LDIFFP; LDAP_LDIF_F( LDIFFP * ) -ldif_open LDAP_P(( char *file, char *mode )); +ldif_open LDAP_P(( LDAP_CONST char *file, LDAP_CONST char *mode )); LDAP_LDIF_F( void ) ldif_close LDAP_P(( LDIFFP * ));