summaryrefslogtreecommitdiffstats
path: root/protos.h
diff options
context:
space:
mode:
Diffstat (limited to 'protos.h')
-rw-r--r--protos.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/protos.h b/protos.h
index 94519d71..36c1fdc6 100644
--- a/protos.h
+++ b/protos.h
@@ -118,9 +118,9 @@ char *mutt_gen_msgid (void);
char *mutt_get_name (ADDRESS *);
char *mutt_get_parameter (const char *, PARAMETER *);
char *mutt_get_send_charset (char *, size_t, BODY *, short);
-#ifdef _PGPPATH
+#ifdef HAVE_PGP
char *mutt_pgp_hook (ADDRESS *);
-#endif /* _PGPPATH */
+#endif /* HAVE_PGP */
char *mutt_make_date (char *, size_t);
const char *mutt_fqdn(short);