X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;f=src%2Fhttp.c;h=020e285bbad31a72270930fc45a8507f2ec3b854;hb=e3b0fb8e03240ba2809bf59db1975f8114134fa1;hp=e408fe8e11222fbe7f7173a5568f5c96cf86ea83;hpb=1f6844b18354bd131532c1403179923848145c09;p=pazpar2-moved-to-github.git diff --git a/src/http.c b/src/http.c index e408fe8..020e285 100644 --- a/src/http.c +++ b/src/http.c @@ -1,4 +1,4 @@ -/* $Id: http.c,v 1.26 2007-04-15 00:35:57 quinn Exp $ +/* $Id: http.c,v 1.27 2007-04-16 09:03:25 adam Exp $ Copyright (c) 2006-2007, Index Data. This file is part of Pazpar2. @@ -56,9 +56,6 @@ static void proxy_io(IOCHAN i, int event); static struct http_channel *http_create(const char *addr); static void http_destroy(IOCHAN i); -extern IOCHAN channel_list; -extern struct parameters global_parameters; - // If this is set, we proxy normal HTTP requests static struct sockaddr_in *proxy_addr = 0; static char proxy_url[256] = "";