diff options
Diffstat (limited to 'src/include/utils/jsonpath.h')
-rw-r--r-- | src/include/utils/jsonpath.h | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/src/include/utils/jsonpath.h b/src/include/utils/jsonpath.h index 13f60cdc09b..b5035ceb191 100644 --- a/src/include/utils/jsonpath.h +++ b/src/include/utils/jsonpath.h @@ -254,8 +254,11 @@ typedef struct JsonPathParseResult bool lax; } JsonPathParseResult; -extern JsonPathParseResult *parsejsonpath(const char *str, int len); +extern JsonPathParseResult *parsejsonpath(const char *str, int len, + struct Node *escontext); + +extern bool jspConvertRegexFlags(uint32 xflags, int *result, + struct Node *escontext); -extern int jspConvertRegexFlags(uint32 xflags); #endif |