From 88cc3f2fc88aa233e9357f1c5194494e7de4c0ee Mon Sep 17 00:00:00 2001 From: Joshua Haberman Date: Wed, 24 Jun 2009 21:30:04 -0700 Subject: Progress implementing upb_msg. --- upb_context.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'upb_context.h') 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. ********************************************************/ -- cgit v1.2.3