Filter structure typo fix

This commit is contained in:
Luke Howard 2003-01-25 13:38:32 +00:00
parent 446b496353
commit df0c378c1f

View 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 );