Annotation of embedaddon/lighttpd/src/request.h, revision 1.1

1.1     ! misho       1: #ifndef _REQUEST_H_
        !             2: #define _REQUEST_H_
        !             3: 
        !             4: #include "server.h"
        !             5: 
        !             6: int http_request_parse(server *srv, connection *con);
        !             7: int http_request_header_finished(server *srv, connection *con);
        !             8: 
        !             9: #endif

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>