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 f2e6b3f21..71819c805 100644 --- a/include/iobuf.h +++ b/include/iobuf.h @@ -64,6 +64,7 @@ IOBUF iobuf_alloc(int usage, size_t bufsize); IOBUF iobuf_temp(void); IOBUF iobuf_open( const char *fname ); IOBUF iobuf_create( const char *fname ); +IOBUF iobuf_append( const char *fname ); int iobuf_close( IOBUF iobuf ); int iobuf_cancel( IOBUF iobuf ); |