X-Git-Url: http://dolda2000.com/gitweb/?p=ashd.git;a=blobdiff_plain;f=src%2Fhtparser.h;h=d9f014dbbf2e9763cc8149b7d76fd22e7d04a5ba;hp=91652e63ed421db387b6a336bd99608b47095f2b;hb=a68db17def8493b7f338541d57bcb7ca0de64618;hpb=205ee93306ceb8a0f1c000d916bd055d14fa63c1 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);