summaryrefslogtreecommitdiff
path: root/stream/upb_stdio.h
diff options
context:
space:
mode:
Diffstat (limited to 'stream/upb_stdio.h')
-rw-r--r--stream/upb_stdio.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/stream/upb_stdio.h b/stream/upb_stdio.h
index 3c29fcb..fd71fdd 100644
--- a/stream/upb_stdio.h
+++ b/stream/upb_stdio.h
@@ -21,7 +21,7 @@ struct upb_stdio;
typedef struct upb_stdio upb_stdio;
// Creation/deletion.
-upb_stdio_ *upb_stdio__new();
+upb_stdio *upb_stdio_new();
void upb_stdio_free(upb_stdio *stdio);
// Reset/initialize the object for use. The src or sink will call
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback