Added STATUS_IMPORT_OK.

This commit is contained in:
Werner Koch 2004-02-17 15:04:28 +00:00
parent 01486117e8
commit ef5546a48b
2 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2004-02-17 Werner Koch <wk@gnupg.org>
* errors.h: Added STATUS_IMPORT_OK.
2004-02-10 Werner Koch <wk@gnupg.org>
* b64enc.c: New. Based on code from ../sm/base64.c.

View File

@ -63,6 +63,7 @@ enum {
STATUS_BADMDC,
STATUS_ERRMDC,
STATUS_IMPORTED,
STATUS_IMPORT_OK,
STATUS_IMPORT_PROBLEM,
STATUS_IMPORT_RES,
STATUS_FILE_START,