summaryrefslogtreecommitdiff
path: root/src/upb_string.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/upb_string.c')
-rw-r--r--src/upb_string.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/upb_string.c b/src/upb_string.c
index 30ed88f..e6ea589 100644
--- a/src/upb_string.c
+++ b/src/upb_string.c
@@ -141,3 +141,5 @@ error:
fclose(f);
return NULL;
}
+
+void upb_string_noninlinerecycle(upb_string **_str) { return upb_string_recycle(_str); }
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback