From 7c708298d2829b4adf4128be143ada91764ca26e Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Wed, 7 Nov 2001 17:44:22 +0000 Subject: Implemented server main loop and started with import command. --- sm/util.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'sm/util.h') diff --git a/sm/util.h b/sm/util.h index d2ac4c18c..f3b4ab7b5 100644 --- a/sm/util.h +++ b/sm/util.h @@ -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*/ -- cgit v1.2.3