summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>1999-01-09 18:59:58 +0100
committerWerner Koch <wk@gnupg.org>1999-01-09 18:59:58 +0100
commit11c378119d2415fb8354c30fff77c8d84f3c1b5e (patch)
tree52cb9a4dc07ce697dd269ce259d12c209943b120 /include
parentSee ChangeLog: Sat Jan 9 16:02:23 CET 1999 Werner Koch (diff)
downloadgnupg2-11c378119d2415fb8354c30fff77c8d84f3c1b5e.tar.xz
gnupg2-11c378119d2415fb8354c30fff77c8d84f3c1b5e.zip
See ChangeLog: Sat Jan 9 18:54:57 CET 1999 Werner Koch
Diffstat (limited to 'include')
-rw-r--r--include/iobuf.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/iobuf.h b/include/iobuf.h
index 8c836cc01..a88a59936 100644
--- a/include/iobuf.h
+++ b/include/iobuf.h
@@ -96,6 +96,8 @@ int iobuf_seek( IOBUF a, ulong newpos );
int iobuf_readbyte(IOBUF a);
int iobuf_read(IOBUF a, byte *buf, unsigned buflen );
+unsigned iobuf_read_line( IOBUF a, byte **addr_of_buffer,
+ unsigned *length_of_buffer, unsigned *max_length );
int iobuf_peek(IOBUF a, byte *buf, unsigned buflen );
int iobuf_writebyte(IOBUF a, unsigned c);
int iobuf_write(IOBUF a, byte *buf, unsigned buflen );