summaryrefslogtreecommitdiff
path: root/upb_context.h
diff options
context:
space:
mode:
authorJoshua Haberman <joshua@reverberate.org>2009-06-24 21:30:04 -0700
committerJoshua Haberman <joshua@reverberate.org>2009-06-24 21:30:04 -0700
commit88cc3f2fc88aa233e9357f1c5194494e7de4c0ee (patch)
tree2be82557fb69f26c04c89854ecff6b3f372f1b6a /upb_context.h
parentec67a5ded6a3f9c77e265e1beb3efff9fd68aa32 (diff)
Progress implementing upb_msg.
Diffstat (limited to 'upb_context.h')
-rw-r--r--upb_context.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/upb_context.h b/upb_context.h
index 3ec1566..d3e6904 100644
--- a/upb_context.h
+++ b/upb_context.h
@@ -42,7 +42,7 @@ struct upb_context {
/* Initializes and frees a upb_context, respectively. Newly initialized
* contexts will always have the types in descriptor.proto defined. */
-void upb_context_init(struct upb_context *c);
+bool upb_context_init(struct upb_context *c);
void upb_context_free(struct upb_context *c);
/* Looking up symbols. ********************************************************/
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback