]> git.sur5r.net Git - openldap/commitdiff
Filter structure typo fix
authorLuke Howard <lukeh@openldap.org>
Sat, 25 Jan 2003 13:38:32 +0000 (13:38 +0000)
committerLuke Howard <lukeh@openldap.org>
Sat, 25 Jan 2003 13:38:32 +0000 (13:38 +0000)
include/slapi-plugin.h

index 76a1a29b577afc1acf31bf0aeed4bcb2d4bbb342..f6f8022ba7f23b5dcbb09551b2deab9b5d5ddb1b 100644 (file)
@@ -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 );