From 4663b3ffa33b73fcf3a837372576aaa6f1e6ad2a Mon Sep 17 00:00:00 2001 From: Pierangelo Masarati Date: Thu, 30 Jan 2003 09:54:56 +0000 Subject: [PATCH] hide actual value/valueset --- include/slapi-plugin.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/slapi-plugin.h b/include/slapi-plugin.h index 384742a2f7..3da6ea2771 100644 --- a/include/slapi-plugin.h +++ b/include/slapi-plugin.h @@ -19,8 +19,8 @@ typedef struct slapi_pblock Slapi_PBlock; typedef struct slapi_entry Slapi_Entry; typedef struct slapi_attr Slapi_Attr; -typedef struct berval Slapi_Value; -typedef BerVarray Slapi_ValueSet; +typedef struct slapi_value Slapi_Value; +typedef struct slapi_valueset Slapi_ValueSet; typedef struct slapi_filter Slapi_Filter; /* pblock routines */ -- 2.39.5