#ifndef _MOD_HTML2HDML_H
#define _MOD_HTML2HDML_H
#ifdef ZODIAX_WITH_HTML2HDML
#define HTML2HDML_MOD_NAME "zhtml2hdml"
#else
#define HTML2HDML_MOD_NAME "html2hdml"
#endif
typedef struct {
int state;
int header;
int post;
char *directory;
table *types;
table *uris_ignore;
} html2hdml_conf;
extern void *html2hdml_create_dir_mconfig(pool *p, char *dir);
extern int html2hdml_handler(request_rec *r);
extern int html2hdml_fixup(request_rec *r);
#endif /* _MOD_HTML2HDML_H */