X-Git-Url: http://dolda2000.com/gitweb/?a=blobdiff_plain;f=src%2Fhtparser.h;h=d9f014dbbf2e9763cc8149b7d76fd22e7d04a5ba;hb=4350acb522111f385f74dd9c7f8b3e47443ff225;hp=91652e63ed421db387b6a336bd99608b47095f2b;hpb=fc253e2fa06742656bd018981ec000799c956391;p=ashd.git diff --git a/src/htparser.h b/src/htparser.h index 91652e6..d9f014d 100644 --- a/src/htparser.h +++ b/src/htparser.h @@ -11,7 +11,7 @@ struct mtbuf { size_t s, d; }; -void serve(struct bufio *in, struct conn *conn); +void serve(struct bufio *in, int infd, struct conn *conn); int listensock4(int port); int listensock6(int port);