summaryrefslogtreecommitdiff
path: root/upb_context.h
diff options
context:
space:
mode:
Diffstat (limited to 'upb_context.h')
-rw-r--r--upb_context.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/upb_context.h b/upb_context.h
index bf8e3b6..3ec1566 100644
--- a/upb_context.h
+++ b/upb_context.h
@@ -69,6 +69,8 @@ struct upb_symtab_entry *upb_context_resolve(struct upb_context *c,
struct upb_symtab_entry *upb_context_lookup(struct upb_context *c,
struct upb_string *symbol);
+/* TODO: let the client enumerate the symbols. */
+
/* Adding symbols. ************************************************************/
/* Enum controlling what happens if a symbol is redefined. */
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback