view include/do_all_the_voodo_here.h @ 10:c9df40f76802

do_all_the_voodo_here introduction
author mmj
date Thu, 22 Apr 2004 22:10:12 +1000
parents
children 1589342ec86e
line wrap: on
line source

#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 */