diff options
Diffstat (limited to 'g10/status.h')
-rw-r--r-- | g10/status.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/g10/status.h b/g10/status.h index 2cb72fec3..817b34a3c 100644 --- a/g10/status.h +++ b/g10/status.h @@ -63,6 +63,9 @@ #define STATUS_GOODMDC 33 #define STATUS_BADMDC 34 #define STATUS_ERRMDC 35 +#define STATUS_IMPORTED 36 +#define STATUS_IMPORT_RES 37 + /*-- status.c --*/ void set_status_fd ( int fd ); |