]> git.sur5r.net Git - openldap/commitdiff
Harmonised slapi_ch_free() with Sun ONE API
authorLuke Howard <lukeh@openldap.org>
Mon, 20 Jan 2003 23:29:08 +0000 (23:29 +0000)
committerLuke Howard <lukeh@openldap.org>
Mon, 20 Jan 2003 23:29:08 +0000 (23:29 +0000)
include/slapi-plugin.h

index 9acccbfbdc40bb226bc4f61a43f6077dbfec75a1..ae08916c54c8231190dd5b6505a03ecba30e34ba 100644 (file)
@@ -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 );