summaryrefslogtreecommitdiffstats
path: root/common/iobuf.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/iobuf.h')
-rw-r--r--common/iobuf.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/common/iobuf.h b/common/iobuf.h
index 431d573a1..3b8f4b572 100644
--- a/common/iobuf.h
+++ b/common/iobuf.h
@@ -145,6 +145,8 @@ void iobuf_set_partial_block_mode (iobuf_t a, size_t len);
int iobuf_translate_file_handle (int fd, int for_write);
+void iobuf_skip_rest (iobuf_t a, unsigned long n, int partial);
+
/* get a byte form the iobuf; must check for eof prior to this function
* this function returns values in the range 0 .. 255 or -1 to indicate EOF