mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-03 13:40:37 -05:00
Filter structure typo fix
This commit is contained in:
parent
446b496353
commit
df0c378c1f
1 changed files with 1 additions and 1 deletions
|
|
@ -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 );
|
||||
|
|
|
|||
Loading…
Reference in a new issue