1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-02 22:46:30 +02:00

New error codes and another mapping fnc.

This commit is contained in:
Werner Koch 2001-12-05 23:45:42 +00:00
parent ac88a4e804
commit 64c36057eb
3 changed files with 27 additions and 1 deletions

View file

@ -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*/