aboutsummaryrefslogtreecommitdiffstats
path: root/sm/util.h
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2001-11-07 17:44:22 +0000
committerWerner Koch <[email protected]>2001-11-07 17:44:22 +0000
commit7c708298d2829b4adf4128be143ada91764ca26e (patch)
tree55233c882c19cbe240463c4d2454553d64495982 /sm/util.h
parentAssuan server mode is now basically usable (diff)
downloadgnupg-7c708298d2829b4adf4128be143ada91764ca26e.tar.gz
gnupg-7c708298d2829b4adf4128be143ada91764ca26e.zip
Implemented server main loop and started with import command.
Diffstat (limited to '')
-rw-r--r--sm/util.h4
1 files changed, 4 insertions, 0 deletions
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*/