2009-06-18 [colin] 3.7.1cvs76
[claws.git] / src / plugins / pgpcore / sgpgme.h
index 51a8914e39c9fd426e38642fe27e8d650ea30e16..dafbd608d38f2d1bb67d93f60d0ce94c13106c47 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * Claws Mail -- a GTK+ based, lightweight, and fast e-mail client
- * Copyright (C) 1999-2007 the Claws Mail team
+ * Copyright (C) 1999-2009 the Claws Mail team
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -44,10 +44,13 @@ gpgme_data_t sgpgme_decrypt_verify  (gpgme_data_t cipher,
                                         gpgme_ctx_t ctx);
 gchar *sgpgme_get_encrypt_data         (GSList *recp_names,
                                         gpgme_protocol_t proto);
-gboolean sgpgme_setup_signers(gpgme_ctx_t ctx, PrefsAccount *account);
+gboolean sgpgme_setup_signers(gpgme_ctx_t ctx, PrefsAccount *account,
+                             const gchar *from_addr);
 void sgpgme_check_create_key(void);
 gboolean sgpgme_has_secret_key(void);
 void sgpgme_create_secret_key(PrefsAccount *account, gboolean ask_create);
 void *sgpgme_data_release_and_get_mem(gpgme_data_t data, size_t *len);
 
+gpgme_error_t cm_gpgme_data_rewind(gpgme_data_t dh);
+
 #endif /* SGPGME_H */