]> git.sur5r.net Git - openldap/commitdiff
hide actual value/valueset
authorPierangelo Masarati <ando@openldap.org>
Thu, 30 Jan 2003 09:54:56 +0000 (09:54 +0000)
committerPierangelo Masarati <ando@openldap.org>
Thu, 30 Jan 2003 09:54:56 +0000 (09:54 +0000)
include/slapi-plugin.h

index 384742a2f7e59c758ed35b578bfffd66f8cb562f..3da6ea27719db23b2ef2df9d4c7b4fa33b928b45 100644 (file)
@@ -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 */