]> git.ipfire.org Git - thirdparty/mlmmj.git/commitdiff
New function to prepare a standard mail in an easy way.
authormmj <none@none>
Mon, 7 Jun 2004 12:36:23 +0000 (22:36 +1000)
committermmj <none@none>
Mon, 7 Jun 2004 12:36:23 +0000 (22:36 +1000)
include/prepstdreply.h [new file with mode: 0644]

diff --git a/include/prepstdreply.h b/include/prepstdreply.h
new file mode 100644 (file)
index 0000000..2dc4888
--- /dev/null
@@ -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 */