aboutsummaryrefslogtreecommitdiffstats
path: root/include/iobuf.h
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>1998-02-16 20:05:02 +0000
committerWerner Koch <[email protected]>1998-02-16 20:05:02 +0000
commit82464369f664f821542c416d35d4013f9723f87a (patch)
treed127f2d891260ff1c6d4264630b2ba7bd463b1f4 /include/iobuf.h
parentadded option export (diff)
downloadgnupg-82464369f664f821542c416d35d4013f9723f87a.tar.gz
gnupg-82464369f664f821542c416d35d4013f9723f87a.zip
some import functionality
Diffstat (limited to 'include/iobuf.h')
-rw-r--r--include/iobuf.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/iobuf.h b/include/iobuf.h
index a57d7a9ab..61c765395 100644
--- a/include/iobuf.h
+++ b/include/iobuf.h
@@ -89,6 +89,7 @@ int iobuf_seek( IOBUF a, ulong newpos );
int iobuf_readbyte(IOBUF a);
int iobuf_read(IOBUF a, byte *buf, unsigned buflen );
+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 );
int iobuf_writestr(IOBUF a, const char *buf );