diff options
author | Werner Koch <wk@gnupg.org> | 2010-03-08 19:19:21 +0100 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2010-03-08 19:19:21 +0100 |
commit | 6216d33e8cc1c2d01533b3e9b97dc7009b4f3553 (patch) | |
tree | 062bf701637025088b83a9e8684aa7a1eae68fb5 /g10/main.h | |
parent | Use macros for iobuf ioctls. (diff) | |
download | gnupg2-6216d33e8cc1c2d01533b3e9b97dc7009b4f3553.tar.xz gnupg2-6216d33e8cc1c2d01533b3e9b97dc7009b4f3553.zip |
Removed almost al dup calls.
Diffstat (limited to 'g10/main.h')
-rw-r--r-- | g10/main.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/g10/main.h b/g10/main.h index 1d31f476d..f0f1edc7c 100644 --- a/g10/main.h +++ b/g10/main.h @@ -25,7 +25,7 @@ #include "cipher.h" #include "keydb.h" #include "util.h" - +#include "../common/estream.h" /* It could be argued that the default cipher should be 3DES rather than CAST5, and the default compression should be 0 @@ -316,7 +316,7 @@ void print_card_key_info (FILE *fp, KBNODE keyblock); void print_file_status( int status, const char *name, int what ); int verify_signatures( int nfiles, char **files ); int verify_files( int nfiles, char **files ); -int gpg_verify (ctrl_t ctrl, int sig_fd, int data_fd, FILE *out_fp); +int gpg_verify (ctrl_t ctrl, int sig_fd, int data_fd, estream_t out_fp); /*-- decrypt.c --*/ int decrypt_message( const char *filename ); |