aboutsummaryrefslogtreecommitdiffstats
path: root/mail/mail-mt.h
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@ximian.com>2001-09-29 02:40:55 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2001-09-29 02:40:55 +0800
commit03dcbdb743e9fd4d8490f60830545a88e58776ef (patch)
treea131591f00f3ca77d6180b07752c486bc9a8ae63 /mail/mail-mt.h
parent2ca8993160f6efd0edc6ac22fb850241d57bd5af (diff)
downloadgsoc2013-evolution-03dcbdb743e9fd4d8490f60830545a88e58776ef.tar
gsoc2013-evolution-03dcbdb743e9fd4d8490f60830545a88e58776ef.tar.gz
gsoc2013-evolution-03dcbdb743e9fd4d8490f60830545a88e58776ef.tar.bz2
gsoc2013-evolution-03dcbdb743e9fd4d8490f60830545a88e58776ef.tar.lz
gsoc2013-evolution-03dcbdb743e9fd4d8490f60830545a88e58776ef.tar.xz
gsoc2013-evolution-03dcbdb743e9fd4d8490f60830545a88e58776ef.tar.zst
gsoc2013-evolution-03dcbdb743e9fd4d8490f60830545a88e58776ef.zip
Added mail_msg_cleanup() prototype.
2001-09-28 Jeffrey Stedfast <fejj@ximian.com> * mail-mt.h: Added mail_msg_cleanup() prototype. svn path=/trunk/; revision=13219
Diffstat (limited to 'mail/mail-mt.h')
-rw-r--r--mail/mail-mt.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/mail/mail-mt.h b/mail/mail-mt.h
index c8717d33ac..07616fab50 100644
--- a/mail/mail-mt.h
+++ b/mail/mail-mt.h
@@ -49,6 +49,7 @@ typedef struct _mail_msg_op {
/* setup ports */
void mail_msg_init(void);
+void mail_msg_cleanup (void);
/* allocate a new message */
void *mail_msg_new(mail_msg_op_t *ops, EMsgPort *reply_port, size_t size);