aboutsummaryrefslogtreecommitdiffstats
path: root/include/iobuf.h
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>1997-11-19 13:12:23 +0000
committerWerner Koch <[email protected]>1997-11-19 13:12:23 +0000
commit25c8f1a3d79a3ae14dbb824082b4107f7a182b13 (patch)
tree9a4d2e413e7e388822f8e37efe0e58b6979ac6a8 /include/iobuf.h
parentinitially checkin (diff)
downloadgnupg-25c8f1a3d79a3ae14dbb824082b4107f7a182b13.tar.gz
gnupg-25c8f1a3d79a3ae14dbb824082b4107f7a182b13.zip
Output armor works, RSA keygen works.
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 328cd8da5..a3c64a44b 100644
--- a/include/iobuf.h
+++ b/include/iobuf.h
@@ -81,6 +81,7 @@ void iobuf_set_limit( IOBUF a, unsigned long nlimit );
int iobuf_readbyte(IOBUF a);
int iobuf_writebyte(IOBUF a, unsigned c);
int iobuf_write(IOBUF a, byte *buf, unsigned buflen );
+int iobuf_writestr(IOBUF a, const char *buf );
int iobuf_write_temp( IOBUF a, IOBUF temp );
size_t iobuf_temp_to_buffer( IOBUF a, byte *buffer, size_t buflen );