diff options
author | Werner Koch <[email protected]> | 2001-11-07 17:44:22 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2001-11-07 17:44:22 +0000 |
commit | 7c708298d2829b4adf4128be143ada91764ca26e (patch) | |
tree | 55233c882c19cbe240463c4d2454553d64495982 /sm/util.h | |
parent | Assuan server mode is now basically usable (diff) | |
download | gnupg-7c708298d2829b4adf4128be143ada91764ca26e.tar.gz gnupg-7c708298d2829b4adf4128be143ada91764ca26e.zip |
Implemented server main loop and started with import command.
Diffstat (limited to 'sm/util.h')
-rw-r--r-- | sm/util.h | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -42,5 +42,9 @@ #define xstrdup(a) gcry_xstrdup ((a)) +#define seterr(a) (GPGSM_ ## a) + +/*-- misc.c --*/ +int map_ksba_err (int err); #endif /*UTIL_H*/ |