summaryrefslogtreecommitdiffstats
path: root/protos.h
diff options
context:
space:
mode:
authorThomas Roessler <roessler@does-not-exist.org>1998-11-09 11:52:22 +0000
committerThomas Roessler <roessler@does-not-exist.org>1998-11-09 11:52:22 +0000
commit89b86d260e096d4ed0b3e986b446d35708122fed (patch)
treea3945cfb18fa45e37b18c1a05600028e0fb2c7fe /protos.h
parentbeffff0bc46c6616fc172dc79c5cbd14cbf52313 (diff)
Rewrite copy_delete_attach().
Diffstat (limited to 'protos.h')
-rw-r--r--protos.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/protos.h b/protos.h
index 60b8e9a6..e296cd5e 100644
--- a/protos.h
+++ b/protos.h
@@ -117,6 +117,7 @@ char *mutt_get_parameter (const char *, PARAMETER *);
#ifdef _PGPPATH
char *mutt_pgp_hook (ADDRESS *);
#endif /* _PGPPATH */
+char *mutt_make_date (char *, size_t);
char *mutt_quote_filename(const char *);
char *mutt_read_line (char *, size_t *, FILE *, int *);
char *mutt_strlower (char *);