added function declaration

git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-merge-1.4.x@575 152afb58-edef-0310-8abb-c4023f1b3aa9
svn/tags/lighttpd-1.4.2
Jan Kneschke 18 years ago
parent 270ce0c65e
commit b01d94c3a9

@ -1,6 +1,8 @@
#ifndef _RESPONSE_H_
#define _RESPONSE_H_
#include <time.h>
#include "server.h"
int http_response_parse(server *srv, connection *con);
@ -13,4 +15,5 @@ handler_t http_response_prepare(server *srv, connection *con);
int http_response_redirect_to_directory(server *srv, connection *con);
int http_response_handle_cachable(server *srv, connection *con, time_t mtime);
buffer * strftime_cache_get(server *srv, time_t last_mod);
#endif

Loading…
Cancel
Save