diff options
Diffstat (limited to 'sm/keydb.h')
-rw-r--r-- | sm/keydb.h | 2 |
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*/ |