1 #ifndef _ASH_HTPARSER_H
2 #define _ASH_HTPARSER_H
5 int (*initreq)(struct conn *, struct hthead *);
9 void serve(FILE *in, struct conn *conn);
11 int listensock4(int port);
12 int listensock6(int port);
13 void handleplain(int argc, char **argp, char **argv);
15 void handlegnussl(int argc, char **argp, char **argv);