aboutsummaryrefslogtreecommitdiffstats
path: root/include/iobuf.h
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>1997-12-16 19:15:09 +0000
committerWerner Koch <[email protected]>1997-12-16 19:15:09 +0000
commit15426c6d969f49ccb7be738ace2647dca686a5b5 (patch)
tree69afa01597e394eb7109f6d2d5a82f291e798c98 /include/iobuf.h
parentadded option file handling (diff)
downloadgnupg-15426c6d969f49ccb7be738ace2647dca686a5b5.tar.gz
gnupg-15426c6d969f49ccb7be738ace2647dca686a5b5.zip
added some stuff for signing keys
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 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 );