From 15276f6194dbacc516e2fa30e004e2dee1833e93 Mon Sep 17 00:00:00 2001 From: Luke Howard Date: Mon, 20 Jan 2003 23:29:08 +0000 Subject: [PATCH] Harmonised slapi_ch_free() with Sun ONE API --- include/slapi-plugin.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/slapi-plugin.h b/include/slapi-plugin.h index 9acccbfbdc..ae08916c54 100644 --- a/include/slapi-plugin.h +++ b/include/slapi-plugin.h @@ -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 ); -- 2.39.5