X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=src%2Fconnection.h;h=3fd40edb563349c772251a849d531e81b9995c95;hb=37661ecc1c5339115d61c6468bc528ee4c2b91f2;hp=cb7f9678df932951f5d78109fbe7484dc6faaef7;hpb=9b00badf722d1e32f90ac4679c184f0870bf0b62;p=pazpar2-moved-to-github.git diff --git a/src/connection.h b/src/connection.h index cb7f967..3fd40ed 100644 --- a/src/connection.h +++ b/src/connection.h @@ -25,17 +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 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);