X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=src%2Fhost.h;h=67e9d7adcd502c80ef688a2c4f1106afa4353dd8;hb=76664ce907431b00d5ec7402c100c04d20e725f8;hp=439bbeed1659af5cbae1a7d3c42e9f1dba10d5fa;hpb=ceba6b97508c91a195b4b27a17c83642da406edb;p=pazpar2-moved-to-github.git diff --git a/src/host.h b/src/host.h index 439bbee..67e9d7a 100644 --- a/src/host.h +++ b/src/host.h @@ -39,7 +39,7 @@ database_hosts_t database_hosts_create(void); void database_hosts_destroy(database_hosts_t *); struct host *find_host(database_hosts_t hosts, const char *hostport, - const char *proxy, int port, iochan_man_t iochan_man); + const char *proxy, iochan_man_t iochan_man); int host_getaddrinfo(struct host *host, iochan_man_t iochan_man);