diff options
author | Werner Koch <[email protected]> | 2004-12-18 10:22:10 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2004-12-18 10:22:10 +0000 |
commit | 3666a2859bd31115708b027cb69fa824c8111de4 (patch) | |
tree | 97d6df62972435b0b200232225553377bbcb005c /common/util.h | |
parent | 2004-12-17 Moritz Schulte <[email protected]> (diff) | |
download | gnupg-3666a2859bd31115708b027cb69fa824c8111de4.tar.gz gnupg-3666a2859bd31115708b027cb69fa824c8111de4.zip |
Avoid the " map_to_assuan_status called with no error source" diagnostic.
Diffstat (limited to '')
-rw-r--r-- | common/util.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/util.h b/common/util.h index 0b9357d3a..835be4e0e 100644 --- a/common/util.h +++ b/common/util.h @@ -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 --*/ |