summaryrefslogtreecommitdiff
path: root/src/upb_textprinter.h
diff options
context:
space:
mode:
authorJoshua Haberman <jhaberman@gmail.com>2011-05-10 21:59:46 -0700
committerJoshua Haberman <jhaberman@gmail.com>2011-05-10 21:59:46 -0700
commit3231fd0fdd64bc6355bce921a988713524726f23 (patch)
tree326d6c6d334d14005db80c448fca485f641ed516 /src/upb_textprinter.h
parentea2a80840e08887e6e5ea59bce1f56a3c69bd38c (diff)
Vastly improved/simplified the upb_handlers API.
Diffstat (limited to 'src/upb_textprinter.h')
-rw-r--r--src/upb_textprinter.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/upb_textprinter.h b/src/upb_textprinter.h
index f8c7f78..2d70d2e 100644
--- a/src/upb_textprinter.h
+++ b/src/upb_textprinter.h
@@ -22,7 +22,7 @@ upb_textprinter *upb_textprinter_new();
void upb_textprinter_free(upb_textprinter *p);
void upb_textprinter_reset(upb_textprinter *p, upb_bytesink *sink,
bool single_line);
-void upb_textprinter_reghandlers(upb_handlers *h);
+upb_mhandlers *upb_textprinter_reghandlers(upb_handlers *h, upb_msgdef *m);
#ifdef __cplusplus
} /* extern "C" */
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback