summaryrefslogtreecommitdiff
path: root/core/upb_string.h
diff options
context:
space:
mode:
authorJoshua Haberman <joshua@reverberate.org>2011-01-21 19:18:22 -0800
committerJoshua Haberman <joshua@reverberate.org>2011-01-21 19:18:22 -0800
commita695b92ccea4b82180ae45d21d7ed4445f7d0769 (patch)
treee98a53f2555983d28e189d8567d27bfdcea6ca7b /core/upb_string.h
parent1dea81b1c244d357a6e46ee22c14b36280bf2100 (diff)
Debugging test_def, it's close to working again!
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