mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
Avoid the " map_to_assuan_status called with no error source" diagnostic.
This commit is contained in:
parent
d75eda2b87
commit
3666a2859b
18 changed files with 68 additions and 13 deletions
|
@ -61,7 +61,7 @@ typedef char gnupg_isotime_t[16];
|
|||
|
||||
/*-- maperror.c --*/
|
||||
int map_kbx_err (int err);
|
||||
gpg_error_t map_assuan_err (int err);
|
||||
gpg_error_t map_assuan_err_with_source (int source, int err);
|
||||
int map_to_assuan_status (int rc);
|
||||
|
||||
/*-- gettime.c --*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue