mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-29 18:09:26 -05:00
Declare filter_escape_value_x() and make it static.
This commit is contained in:
parent
705d789dbe
commit
6194b91ca9
1 changed files with 6 additions and 1 deletions
|
|
@ -26,6 +26,11 @@ static int get_ssa(
|
|||
SubstringsAssertion **s,
|
||||
const char **text );
|
||||
|
||||
static int filter_escape_value_x(
|
||||
struct berval *in,
|
||||
struct berval *out,
|
||||
void *ctx );
|
||||
|
||||
static void simple_vrFilter2bv(
|
||||
Operation *op,
|
||||
ValuesReturnFilter *f,
|
||||
|
|
@ -854,7 +859,7 @@ filter2bv( Filter *f, struct berval *fstr )
|
|||
filter2bv_x( &op, f, fstr );
|
||||
}
|
||||
|
||||
int
|
||||
static int
|
||||
filter_escape_value_x(
|
||||
struct berval *in,
|
||||
struct berval *out,
|
||||
|
|
|
|||
Loading…
Reference in a new issue