diff options
| author | Werner Koch <[email protected]> | 2010-03-08 18:19:21 +0000 |
|---|---|---|
| committer | Werner Koch <[email protected]> | 2010-03-08 18:19:21 +0000 |
| commit | 6216d33e8cc1c2d01533b3e9b97dc7009b4f3553 (patch) | |
| tree | 062bf701637025088b83a9e8684aa7a1eae68fb5 /sm/gpgsm.h | |
| parent | Use macros for iobuf ioctls. (diff) | |
| download | gnupg-6216d33e8cc1c2d01533b3e9b97dc7009b4f3553.tar.gz gnupg-6216d33e8cc1c2d01533b3e9b97dc7009b4f3553.zip | |
Removed almost al dup calls.
Diffstat (limited to 'sm/gpgsm.h')
| -rw-r--r-- | sm/gpgsm.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sm/gpgsm.h b/sm/gpgsm.h index 1a8aab91b..7e0353060 100644 --- a/sm/gpgsm.h +++ b/sm/gpgsm.h @@ -344,7 +344,7 @@ int gpgsm_import_files (ctrl_t ctrl, int nfiles, char **files, int (*of)(const char *fname)); /*-- export.c --*/ -void gpgsm_export (ctrl_t ctrl, strlist_t names, FILE *fp, estream_t stream); +void gpgsm_export (ctrl_t ctrl, strlist_t names, estream_t stream); void gpgsm_p12_export (ctrl_t ctrl, const char *name, FILE *fp); /*-- delete.c --*/ @@ -366,10 +366,10 @@ int gpgsm_encrypt (ctrl_t ctrl, certlist_t recplist, int gpgsm_decrypt (ctrl_t ctrl, int in_fd, estream_t out_fp); /*-- certreqgen.c --*/ -int gpgsm_genkey (ctrl_t ctrl, estream_t in_stream, FILE *out_fp); +int gpgsm_genkey (ctrl_t ctrl, estream_t in_stream, estream_t out_stream); /*-- certreqgen-ui.c --*/ -void gpgsm_gencertreq_tty (ctrl_t ctrl, FILE *out_fp); +void gpgsm_gencertreq_tty (ctrl_t ctrl, estream_t out_stream); /*-- qualified.c --*/ |
