summaryrefslogtreecommitdiffstats
path: root/sm/keydb.h
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2002-07-02 12:40:12 +0200
committerWerner Koch <wk@gnupg.org>2002-07-02 12:40:12 +0200
commit5795c02b0944668cfe3901a5126b1d9171ce4212 (patch)
tree3e3557f8855b4219f38e62692a3241ffbe95143b /sm/keydb.h
parent* call-dirmngr.c (gpgsm_dirmngr_isvalid): print status of dirmngr (diff)
downloadgnupg2-5795c02b0944668cfe3901a5126b1d9171ce4212.tar.xz
gnupg2-5795c02b0944668cfe3901a5126b1d9171ce4212.zip
* keydb.c (keydb_store_cert): Add optional ar EXISTED and changed
all callers. * call-agent.c (learn_cb): Print info message only for real imports. * import.c (gpgsm_import): Moved duplicated code to ... (check_and_store): new function. Added magic to import the entire chain. Print status only for real imports and moved printing code to .. (print_imported_status): New.
Diffstat (limited to 'sm/keydb.h')
-rw-r--r--sm/keydb.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sm/keydb.h b/sm/keydb.h
index 0721f431a..ad7eaf51d 100644
--- a/sm/keydb.h
+++ b/sm/keydb.h
@@ -63,7 +63,7 @@ int keydb_search_subject (KEYDB_HANDLE hd, const char *issuer);
int keydb_classify_name (const char *name, KEYDB_SEARCH_DESC *desc);
-int keydb_store_cert (KsbaCert cert, int ephemeral);
+int keydb_store_cert (KsbaCert cert, int ephemeral, int *existed);
#endif /*GNUPG_KEYDB_H*/