termlist_insert: new frequency parameter (instead of 1)
[pazpar2-moved-to-github.git] / src / connection.h
index 23bf4d7..3fd40ed 100644 (file)
@@ -25,18 +25,12 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
 #define CONNECTION_H
 #include <yaz/zoom.h>
 
-#include <yaz/proto.h>
 #include "eventl.h"
 
-struct client;
 struct connection;
 struct host;
-struct session;
 
-void connection_destroy(struct connection *co);
-void connect_resolver_host(struct host *host);
-const char *connection_get_url(struct connection *co);
-void connection_release(struct connection *co);
+void connect_resolver_host(struct host *host, iochan_man_t iochan);
 ZOOM_connection connection_get_link(struct connection *co);
 void connection_continue(struct connection *co);