From df0c378c1f9e860de230cd37424874327dc201ea Mon Sep 17 00:00:00 2001 From: Luke Howard Date: Sat, 25 Jan 2003 13:38:32 +0000 Subject: [PATCH] Filter structure typo fix --- 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 76a1a29b57..f6f8022ba7 100644 --- a/include/slapi-plugin.h +++ b/include/slapi-plugin.h @@ -21,7 +21,7 @@ typedef struct slapi_entry Slapi_Entry; typedef struct slapi_attr Slapi_Attr; typedef struct berval Slapi_Value; typedef struct BerVarray Slapi_ValueSet; -typedef Slapi_Filter Slapi_Filter; +typedef struct slapi_filter Slapi_Filter; /* pblock routines */ int slapi_pblock_get( Slapi_PBlock *pb, int arg, void *value ); -- 2.39.5