summaryrefslogtreecommitdiff
path: root/upb_msg.h
diff options
context:
space:
mode:
Diffstat (limited to 'upb_msg.h')
-rw-r--r--upb_msg.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/upb_msg.h b/upb_msg.h
index e751c27..9e37a19 100644
--- a/upb_msg.h
+++ b/upb_msg.h
@@ -301,6 +301,10 @@ INLINE void upb_msg_clear(void *s, struct upb_msg *m)
/* Parses the string data in s according to the message description in m. */
upb_status_t upb_msg_merge(void *data, struct upb_msg *m, struct upb_string *s);
+/* Text dump *****************************************************************/
+
+void upb_msg_print(void *data, struct upb_msg *m, FILE *stream);
+
#ifdef __cplusplus
} /* extern "C" */
#endif
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback