summaryrefslogtreecommitdiffstats
path: root/crypt-gpgme.h
diff options
context:
space:
mode:
authorMoritz Schulte <Moritz.Schulte@ruhr-uni-bochum.de>2007-02-24 06:12:19 +0000
committerMoritz Schulte <Moritz.Schulte@ruhr-uni-bochum.de>2007-02-24 06:12:19 +0000
commitfce975f5786772eaf73aab7478a503060ee504c7 (patch)
treecab6fe94a3c06d317598338bd9cb0101e7148de9 /crypt-gpgme.h
parent6c4a226429b13f46f3ddd00a76aed0b82534b60f (diff)
PKA signature verification via GPGME, controlled by $crypt_use_pka.
Diffstat (limited to 'crypt-gpgme.h')
-rw-r--r--crypt-gpgme.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/crypt-gpgme.h b/crypt-gpgme.h
index c8aa08ed..d0da2bb5 100644
--- a/crypt-gpgme.h
+++ b/crypt-gpgme.h
@@ -51,4 +51,7 @@ int pgp_gpgme_send_menu (HEADER *msg, int *redraw);
int smime_gpgme_send_menu (HEADER *msg, int *redraw);
int smime_gpgme_verify_sender (HEADER *h);
+
+void gpgme_set_sender (const char *sender);
+
#endif