summaryrefslogtreecommitdiffstats
path: root/protos.h
diff options
context:
space:
mode:
authorThomas Roessler <roessler@does-not-exist.org>1999-01-22 15:24:58 +0000
committerThomas Roessler <roessler@does-not-exist.org>1999-01-22 15:24:58 +0000
commit1b3511a6a1bd35dbaa29b5aba2bac8e4089b3f67 (patch)
tree25faff13721c7017901130514378ae96b19c77fe /protos.h
parent4a933a52f58b27f86dfc4e587d65424d524f60d5 (diff)
Heavy hacking on mutt's pgp support. We no longer read the complete
key ring into memory. For gpg, performance is heavily improved due to the fact that we are passing a couple of key hints to the key ring parsing back-end.
Diffstat (limited to 'protos.h')
-rw-r--r--protos.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/protos.h b/protos.h
index ea8240ac..a5d18c66 100644
--- a/protos.h
+++ b/protos.h
@@ -108,6 +108,8 @@ const char *mutt_attach_fmt (
const char *elsestring,
unsigned long data,
format_flag flags);
+const char *mutt_stristr (const char *, const char *);
+
char *mutt_charset_hook (const char *);
char *mutt_expand_path (char *, size_t);