Return to request.h CVS log | Up to [ELWIX - Embedded LightWeight unIX -] / embedaddon / lighttpd / src |
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