summaryrefslogtreecommitdiff
path: root/src/yajl_lex.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/yajl_lex.h')
-rw-r--r--src/yajl_lex.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/yajl_lex.h b/src/yajl_lex.h
index fd17c00..b0ccd42 100644
--- a/src/yajl_lex.h
+++ b/src/yajl_lex.h
@@ -51,6 +51,9 @@ yajl_lexer yajl_lex_alloc(yajl_alloc_funcs * alloc,
unsigned int allowComments,
unsigned int validateUTF8);
+void yajl_lex_reset(yajl_lexer l);
+
+
void yajl_lex_free(yajl_lexer lexer);
/**