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

Implemented server main loop and started with import command.

This commit is contained in:
Werner Koch 2001-11-07 17:44:22 +00:00
parent 7166bd6a5d
commit 7c708298d2
8 changed files with 537 additions and 4 deletions

View file

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