* errors.h: Added STATUS_IMPORT_PROBLEM.

This commit is contained in:
Werner Koch 2002-08-21 15:41:11 +00:00
parent c7dfa3a8d2
commit 04011644ae
2 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2002-08-21 Werner Koch <wk@gnupg.org>
* errors.h: Added STATUS_IMPORT_PROBLEM.
2002-08-20 Werner Koch <wk@gnupg.org>
* vasprintf.c: Hack to handle NULL for %s.

View File

@ -145,6 +145,7 @@ enum {
STATUS_BADMDC,
STATUS_ERRMDC,
STATUS_IMPORTED,
STATUS_IMPORT_PROBLEM,
STATUS_IMPORT_RES,
STATUS_FILE_START,
STATUS_FILE_DONE,