X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=src%2Fconnection.h;h=3fd40edb563349c772251a849d531e81b9995c95;hb=6190e1455b834dcbbd9d6577cc9773f9084c4487;hp=94ad85e9754018311dfa11a1bb534094758d0bf5;hpb=d24d65a3a42bbb6e8c8d0f919bf33510dd356a45;p=pazpar2-moved-to-github.git diff --git a/src/connection.h b/src/connection.h index 94ad85e..3fd40ed 100644 --- a/src/connection.h +++ b/src/connection.h @@ -25,18 +25,12 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA #define CONNECTION_H #include -#include #include "eventl.h" -struct client; struct connection; struct host; -struct session; -void connection_destroy(struct connection *co); void connect_resolver_host(struct host *host, iochan_man_t iochan); -const char *connection_get_url(struct connection *co); -void connection_release(struct connection *co); ZOOM_connection connection_get_link(struct connection *co); void connection_continue(struct connection *co);