X-Git-Url: http://lists.indexdata.dk/cgi-bin?a=blobdiff_plain;f=src%2Fconnection.h;h=7722b3d1c6d785b5bff764f4cf1673ee9f537d71;hb=c42c5fe8bef789267f4a3f0822480ef0477b4b74;hp=cb7f9678df932951f5d78109fbe7484dc6faaef7;hpb=9b00badf722d1e32f90ac4679c184f0870bf0b62;p=pazpar2-moved-to-github.git diff --git a/src/connection.h b/src/connection.h index cb7f967..7722b3d 100644 --- a/src/connection.h +++ b/src/connection.h @@ -25,7 +25,6 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA #define CONNECTION_H #include -#include #include "eventl.h" struct client; @@ -34,8 +33,6 @@ 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);