diff options
Diffstat (limited to 'sm/keydb.h')
-rw-r--r-- | sm/keydb.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sm/keydb.h b/sm/keydb.h index 4fdda9d6d..9032c5296 100644 --- a/sm/keydb.h +++ b/sm/keydb.h @@ -62,6 +62,8 @@ 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); + #endif /*GNUPG_KEYDB_H*/ |