summaryrefslogtreecommitdiffstats
path: root/sendlib.c
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 /sendlib.c
parentbeffff0bc46c6616fc172dc79c5cbd14cbf52313 (diff)
Rewrite copy_delete_attach().
Diffstat (limited to 'sendlib.c')
-rw-r--r--sendlib.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sendlib.c b/sendlib.c
index 3fd67762..4f7a1dd5 100644
--- a/sendlib.c
+++ b/sendlib.c
@@ -1155,7 +1155,7 @@ BODY *mutt_remove_multipart (BODY *b)
return b;
}
-static char *mutt_make_date (char *s, size_t len)
+char *mutt_make_date (char *s, size_t len)
{
time_t t = time (NULL);
struct tm *l = gmtime(&t);