mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
gpg: Rename a misnomed arg in open_outfile.
* g10/openfile.c (open_outfile): Rename inp_fd to out_fd. Signed-off-by: Werner Koch <wk@gnupg.org>
This commit is contained in:
parent
660eafa3a9
commit
303310d05e
2 changed files with 13 additions and 11 deletions
|
@ -341,7 +341,7 @@ gpg_error_t generate_card_subkeypair (ctrl_t ctrl, kbnode_t pub_keyblock,
|
|||
int overwrite_filep( const char *fname );
|
||||
char *make_outfile_name( const char *iname );
|
||||
char *ask_outfile_name( const char *name, size_t namelen );
|
||||
int open_outfile (int inp_fd, const char *iname, int mode,
|
||||
int open_outfile (int out_fd, const char *iname, int mode,
|
||||
int restrictedperm, iobuf_t *a);
|
||||
char *get_matching_datafile (const char *sigfilename);
|
||||
iobuf_t open_sigfile (const char *sigfilename, progress_filter_context_t *pfx);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue