summaryrefslogtreecommitdiff
path: root/jsonpath.h
diff options
context:
space:
mode:
Diffstat (limited to 'jsonpath.h')
-rw-r--r--jsonpath.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/jsonpath.h b/jsonpath.h
index 82915ac..109b785 100644
--- a/jsonpath.h
+++ b/jsonpath.h
@@ -9,7 +9,8 @@ typedef enum {
JP_ROOT,
JP_WILDCARD,
JP_INDEX_SUBSCRIPT,
- JP_KEY_SUBSCRIPT
+ JP_KEY_SUBSCRIPT,
+ JP_CALL_CHAR
} jp_element_type;
typedef struct {