summaryrefslogtreecommitdiffstats
path: root/mutt_crypt.h
diff options
context:
space:
mode:
authorDavid Shaw <dshaw@jabberwocky.com>2003-01-30 23:54:30 +0000
committerDavid Shaw <dshaw@jabberwocky.com>2003-01-30 23:54:30 +0000
commit868db8d3610c2edfeb4cc02bf2aad804d957c00e (patch)
tree4d534b22b328d3720b3c03cc463154c24bb08fd9 /mutt_crypt.h
parent1fee396d5082c590a27a3d5df3566dba7208acf5 (diff)
Introduce $pgp_auto_traditional.
Diffstat (limited to 'mutt_crypt.h')
-rw-r--r--mutt_crypt.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/mutt_crypt.h b/mutt_crypt.h
index 3629816f..04c6e654 100644
--- a/mutt_crypt.h
+++ b/mutt_crypt.h
@@ -101,7 +101,7 @@ typedef struct pgp_keyinfo *pgp_key_t;
/* Some prototypes -- old crypt.h. */
-int mutt_protect (HEADER *, char *);
+int mutt_protect (HEADER *, HEADER *, char *);
int mutt_is_multipart_encrypted (BODY *);