From: mmj Date: Mon, 7 Jun 2004 12:36:23 +0000 (+1000) Subject: New function to prepare a standard mail in an easy way. X-Git-Tag: RELEASE_1_0_0~141 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=92ff8647cda5a423997dd94231b69aa78ba08771;p=thirdparty%2Fmlmmj.git New function to prepare a standard mail in an easy way. --- diff --git a/include/prepstdreply.h b/include/prepstdreply.h new file mode 100644 index 00000000..2dc4888e --- /dev/null +++ b/include/prepstdreply.h @@ -0,0 +1,16 @@ +/* Copyright (C) 2004 Mads Martin Joergensen + * + * $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 */