X-Git-Url: http://lists.indexdata.com/cgi-bin?a=blobdiff_plain;f=src%2Fhttp.c;h=6ca8bd8f565803129ddef2d0b956f85f99a9367c;hb=ad57e922f6418a6f7741eceacbb61c3e9da662a8;hp=bb5a36cb422586ecc3076ed648aa37523c9b889a;hpb=4bace2a54c44fa467f26cbfa2cc27159cb8fc268;p=pazpar2-moved-to-github.git diff --git a/src/http.c b/src/http.c index bb5a36c..6ca8bd8 100644 --- a/src/http.c +++ b/src/http.c @@ -62,7 +62,6 @@ typedef int socklen_t; #include #include -#include "util.h" #include "pazpar2.h" #include "http.h" @@ -90,8 +89,8 @@ struct http_channel_observer_s { }; -static const char *http_lookup_header(struct http_header *header, - const char *name) +const char *http_lookup_header(struct http_header *header, + const char *name) { for (; header; header = header->next) if (!strcasecmp(name, header->name))