RSSyl: Allow use of .netrc by libcurl. Bug/enhancement #3309, by Vincent Pelletier
[claws.git] / src / plugins / pgpcore / passphrase.h
index d7050bac53dfcd9b97eb8942858f6ac5083ee3c9..1f5ee9f815f8f319b56907f87dd821cb8d7521a4 100644 (file)
@@ -1,9 +1,9 @@
 /* passphrase.h - GTK+ based passphrase callback
- *      Copyright (C) 2001 Werner Koch (dd9jn)
+ *      Copyright (C) 2001-2012 Werner Koch (dd9jn) and 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
- * the Free Software Foundation; either version 2 of the License, or
+ * the Free Software Foundation; either version 3 of the License, or
  * (at your option) any later version.
  *
  * This program is distributed in the hope that it will be useful,
@@ -12,8 +12,8 @@
  * GNU General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ * 
  */
 
 #ifndef GPGMEGTK_PASSPHRASE_H
@@ -31,5 +31,7 @@ void gpgmegtk_set_passphrase_grab (gint yesno);
 gpgme_error_t gpgmegtk_passphrase_cb(void *opaque, const char *uid_hint,
 const char *passphrase_info, int prev_bad, int fd);
 void gpgmegtk_free_passphrase();
+gchar* passphrase_mbox(const gchar *uid_hint, const gchar *pass_hint,
+                             gint prev_bad, gint new_key);
 
 #endif /* GPGMEGTK_PASSPHRASE_H */