aboutsummaryrefslogtreecommitdiffstats
path: root/g10/status.h
diff options
context:
space:
mode:
authorTimo Schulz <[email protected]>2002-12-22 20:53:20 +0000
committerTimo Schulz <[email protected]>2002-12-22 20:53:20 +0000
commit15a2a3cd1f41b666bff3e2610474d561f203893a (patch)
treed63f5e0d9e514acdf2e4092833b82d0243ab9103 /g10/status.h
parent* pkclist.c (do_we_trust): Tweak language to refer to the "named (diff)
downloadgnupg-15a2a3cd1f41b666bff3e2610474d561f203893a.tar.gz
gnupg-15a2a3cd1f41b666bff3e2610474d561f203893a.zip
2002-12-22 Timo Schulz <[email protected]>
* import.c (print_import_check): New. (import_one): Use it here. Use merge_keys_and_selfsig in the interactive mode to avoid wrong key information. * status.h: Add new status code. * status.c: Ditto.
Diffstat (limited to '')
-rw-r--r--g10/status.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/g10/status.h b/g10/status.h
index dd913b4bd..44a7d6d32 100644
--- a/g10/status.h
+++ b/g10/status.h
@@ -98,6 +98,7 @@
#define STATUS_EXPKEYSIG 66
#define STATUS_ATTRIBUTE 67
#define STATUS_IMPORT_OK 68
+#define STATUS_IMPORT_CHECK 69
/*-- status.c --*/
void set_status_fd ( int fd );