2006-08-14 [cleroy] 2.4.0cvs50
[claws.git] / src / plugins / pgpcore / sgpgme.h
index 79367753317eefb36963c110e7b26f22434a4825..1e1769d07ba8ff320d003d8bae992f62a21f356e 100644 (file)
@@ -45,5 +45,7 @@ gpgme_data_t sgpgme_decrypt_verify    (gpgme_data_t cipher,
 gchar *sgpgme_get_encrypt_data         (GSList *recp_names,
                                         gpgme_protocol_t proto);
 gboolean sgpgme_setup_signers(gpgme_ctx_t ctx, PrefsAccount *account);
-
+void sgpgme_check_create_key(void);
+gboolean sgpgme_has_secret_key(void);
+void sgpgme_create_secret_key(PrefsAccount *account);
 #endif /* SGPGME_H */