summaryrefslogtreecommitdiff
path: root/src/upb_msg.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/upb_msg.h')
-rw-r--r--src/upb_msg.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/upb_msg.h b/src/upb_msg.h
index 68ba13a..33f5d1c 100644
--- a/src/upb_msg.h
+++ b/src/upb_msg.h
@@ -277,11 +277,7 @@ INLINE void upb_msg_clear(upb_msg *msg, upb_msgdef *md) {
// Registers handlers for populating a msg for the given upb_msgdef.
// The upb_msg itself must be passed as the param to the src.
-void upb_msg_reghandlers(upb_handlers *h, upb_msgdef *md);
-
-// Registers handlers that are suitable for populating a msg of *any*
-// upb_msgdef ("dynamic" handlers). May be slower than upb_msg_reghandlers().
-void upb_msg_regdhandlers(upb_handlers *h);
+upb_mhandlers *upb_msg_reghandlers(upb_handlers *h, upb_msgdef *md);
void upb_msg_runhandlers(upb_msg *msg, upb_msgdef *md, upb_handlers *h,
void *closure, upb_status *status);
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback