changeset 188:2da457be244c

New function to prepare a standard mail in an easy way.
author mmj
date Mon, 07 Jun 2004 22:36:23 +1000
parents a287d5580e44
children cb46caab2621
files include/prepstdreply.h
diffstat 1 files changed, 16 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/include/prepstdreply.h	Mon Jun 07 22:36:23 2004 +1000
@@ -0,0 +1,16 @@
+/* Copyright (C) 2004 Mads Martin Joergensen <mmj at mmj.dk>
+ *
+ * $Id$
+ *
+ * This file is redistributable under version 2 of the GNU General
+ * Public License as described at http://www.gnu.org/licenses/gpl.txt
+ */
+
+#ifndef PREPSTDREPLY_H
+#define PREPSTDREPLY_H
+
+char *prepstdreply(const char *listdir, const char *filename, const char *from,
+		   const char *to, const char *replyto, const char *subject,
+		   size_t tokencount, char **data);
+
+#endif /* PREPSTDREPLY_H */