From 8b2630a82fbecfd57fa38aebb397a755936690e5 Mon Sep 17 00:00:00 2001 From: stbuehler Date: Fri, 18 Sep 2015 15:15:18 +0000 Subject: add README to point to lighttpd-1.4.x as stable git-svn-id: svn://svn.lighttpd.net/lighttpd/trunk@3041 152afb58-edef-0310-8abb-c4023f1b3aa9 --- src/connections.h | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 src/connections.h (limited to 'src/connections.h') diff --git a/src/connections.h b/src/connections.h deleted file mode 100644 index 1d15b806..00000000 --- a/src/connections.h +++ /dev/null @@ -1,20 +0,0 @@ -#ifndef _CONNECTIONS_H_ -#define _CONNECTIONS_H_ - -#include "settings.h" -#include "server.h" -#include "fdevent.h" - -LI_API connection* connection_init(server *srv); -LI_API int connection_reset(server *srv, connection *con); -LI_API void connections_free(server *srv); - -LI_API connection* connection_accept(server *srv, server_socket *srv_sock); -LI_API int connection_close(server *srv, connection *con); - -LI_API int connection_set_state(server *srv, connection *con, connection_state_t state); -LI_API const char * connection_get_state(connection_state_t state); -LI_API const char * connection_get_short_state(connection_state_t state); -LI_API void connection_state_machine(server *srv, connection *con); - -#endif -- cgit v1.2.1