diff options
author | Werner Koch <wk@gnupg.org> | 2001-12-06 00:45:42 +0100 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2001-12-06 00:45:42 +0100 |
commit | 64c36057ebb82486eb94949e82fb4b9f5b6b789a (patch) | |
tree | 99dab0d09c819efd48328222f547773ed8251d8f /common/util.h | |
parent | assuan-connect.c (assuan_pipe_connect): Add more error reporting. (diff) | |
download | gnupg2-64c36057ebb82486eb94949e82fb4b9f5b6b789a.tar.xz gnupg2-64c36057ebb82486eb94949e82fb4b9f5b6b789a.zip |
New error codes and another mapping fnc.
Diffstat (limited to 'common/util.h')
-rw-r--r-- | common/util.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common/util.h b/common/util.h index 478d851eb..485cc1c05 100644 --- a/common/util.h +++ b/common/util.h @@ -52,6 +52,7 @@ int map_ksba_err (int err); int map_gcry_err (int err); int map_kbx_err (int err); +int map_assuan_err (int err); #endif /*GNUPG_COMMON_UTIL_H*/ |