6 int stdmkchild(char **argv, void (*chinit)(void *), void *idata);
7 int sendfd(int sock, int fd, char *data, size_t datalen);
8 int recvfd(int sock, char **data, size_t *datalen);
9 pid_t stdforkserve(char **argv, struct hthead *req, int fd, void (*chinit)(void *), void *idata);