mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-06 06:59:54 -05:00
Harmonised slapi_ch_free() with Sun ONE API
This commit is contained in:
parent
d484a9781c
commit
15276f6194
1 changed files with 1 additions and 1 deletions
|
|
@ -47,7 +47,7 @@ char *slapi_dn_ignore_case( char *dn );
|
|||
|
||||
/* char routines */
|
||||
char *slapi_ch_malloc( unsigned long size );
|
||||
void slapi_ch_free( void *ptr );
|
||||
void slapi_ch_free( void **ptr );
|
||||
char *slapi_ch_calloc( unsigned long nelem, unsigned long size );
|
||||
char *slapi_ch_realloc( char *block, unsigned long size );
|
||||
char *slapi_ch_strdup( char *s );
|
||||
|
|
|
|||
Loading…
Reference in a new issue