diff options
author | Werner Koch <[email protected]> | 2007-06-25 11:54:43 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2007-06-25 11:54:43 +0000 |
commit | 831cd76256290541a102bc660442918c95a65e6c (patch) | |
tree | c5b54be81f3530fee16f7d6ecf832a235bdba222 /common/iobuf.h | |
parent | Implemented the --gen-key command as we can't use the gpgsm-gencert.sh under ... (diff) | |
download | gnupg-831cd76256290541a102bc660442918c95a65e6c.tar.gz gnupg-831cd76256290541a102bc660442918c95a65e6c.zip |
Fixed a problem in estream-printf.c.
Changes for Windows (gpgsm -k does now work).
Minor cleanups.
Diffstat (limited to '')
-rw-r--r-- | common/iobuf.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/common/iobuf.h b/common/iobuf.h index fa11f3905..f20ea28fa 100644 --- a/common/iobuf.h +++ b/common/iobuf.h @@ -136,8 +136,6 @@ const char *iobuf_get_fname (iobuf_t a); 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); |