diff options
Diffstat (limited to 'include/iobuf.h')
-rw-r--r-- | include/iobuf.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/iobuf.h b/include/iobuf.h index 71819c805..d29e0a06e 100644 --- a/include/iobuf.h +++ b/include/iobuf.h @@ -65,6 +65,7 @@ IOBUF iobuf_temp(void); IOBUF iobuf_open( const char *fname ); IOBUF iobuf_create( const char *fname ); IOBUF iobuf_append( const char *fname ); +IOBUF iobuf_openrw( const char *fname ); int iobuf_close( IOBUF iobuf ); int iobuf_cancel( IOBUF iobuf ); |