From eb622c0531f44b9521606ba8a4ec2462a1018d1a Mon Sep 17 00:00:00 2001 From: Joshua Haberman Date: Sun, 8 May 2011 17:13:09 -0700 Subject: Split upb_stream -> upb_bytestream/upb_handlers. --- src/upb_stdio.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/upb_stdio.h') diff --git a/src/upb_stdio.h b/src/upb_stdio.h index ba5fe1a..a164821 100644 --- a/src/upb_stdio.h +++ b/src/upb_stdio.h @@ -9,7 +9,7 @@ */ #include -#include "upb_stream.h" +#include "upb_bytestream.h" #ifndef UPB_STDIO_H_ #define UPB_STDIO_H_ @@ -33,8 +33,8 @@ void upb_stdio_reset(upb_stdio *stdio, FILE* file); // invalidated by upb_stdio_reset above. It is perfectly valid to get both // a bytesrc and a bytesink for the same stdio if the FILE* is open for reading // and writing. -upb_bytesrc* upb_stdio_bytesrc(upb_stdio *stdio); -upb_bytesink* upb_stdio_bytesink(upb_stdio *stdio); +upb_bytesrc *upb_stdio_bytesrc(upb_stdio *stdio); +upb_bytesink *upb_stdio_bytesink(upb_stdio *stdio); #ifdef __cplusplus } /* extern "C" */ -- cgit v1.2.3