summaryrefslogtreecommitdiff
path: root/core/upb_string.h
diff options
context:
space:
mode:
Diffstat (limited to 'core/upb_string.h')
-rw-r--r--core/upb_string.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/upb_string.h b/core/upb_string.h
index f82603b..1f4b20c 100644
--- a/core/upb_string.h
+++ b/core/upb_string.h
@@ -133,7 +133,7 @@ INLINE void upb_string_endread(upb_string *str) { (void)str; }
// upb_src_getstr(str);
// }
// }
-upb_string *upb_string_recycle(upb_string **str);
+void upb_string_recycle(upb_string **str);
// The options for setting the contents of a string. These may only be called
// when a string is first created or recycled; once other functions have been
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback