summaryrefslogtreecommitdiff
path: root/upb/json/parser.h
diff options
context:
space:
mode:
Diffstat (limited to 'upb/json/parser.h')
-rw-r--r--upb/json/parser.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/upb/json/parser.h b/upb/json/parser.h
index 6f3eaa7..c063a77 100644
--- a/upb/json/parser.h
+++ b/upb/json/parser.h
@@ -103,6 +103,9 @@ class upb::json::ParserPtr {
/* upb_json_codecache *********************************************************/
+/* Lazily builds and caches decoder methods that will push data to the given
+ * handlers. The upb_symtab object(s) must outlive this object. */
+
struct upb_json_codecache;
typedef struct upb_json_codecache upb_json_codecache;
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback