]> git.ipfire.org Git - thirdparty/mlmmj.git/commitdiff
do_all_the_voodo_here introduction
authormmj <none@none>
Thu, 22 Apr 2004 12:10:12 +0000 (22:10 +1000)
committermmj <none@none>
Thu, 22 Apr 2004 12:10:12 +0000 (22:10 +1000)
include/do_all_the_voodo_here.h [new file with mode: 0644]
include/mlmmj.h

diff --git a/include/do_all_the_voodo_here.h b/include/do_all_the_voodo_here.h
new file mode 100644 (file)
index 0000000..464ac9a
--- /dev/null
@@ -0,0 +1,11 @@
+#ifndef DO_ALL_THE_VOODO_HERE_H
+#define DO_ALL_THE_VOODO_HERE_H
+
+#include "mlmmj.h"
+
+int findit(const char *line, const char **headers);
+void getinfo(const char *line, struct mailhdr *readhdrs);
+void do_all_the_voodo_here(FILE *in, FILE *out, FILE *hdradd, FILE *footers,
+             const char **delhdrs, struct mailhdr *readhdrs);
+
+#endif /* DO_ALL_THE_VOODO_HERE_H */
index f5ac06cc9a55599e2e155de7c77c9df4665b9ac3..4dc7afbc7a7202e5815189715d452cf858ffbd38 100644 (file)
 #define READ_BUFSIZE 2048
 #define RECIPDELIM '+'
 
+struct mailhdr {
+       const char *token;
+       char *value;
+};
+
 void print_version(const char *prg);
 
 #endif /* MLMMJ_GENERIC_INCLUDES */