X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=src%2Fhttp.h;h=f24147b2b5367f00c4d993bd169657c3df7b7a69;hb=e21851ef5461875e3929605afe79f23be86c2404;hp=e3f60785c8c25d3dd126b84b9d217906751227ec;hpb=4bace2a54c44fa467f26cbfa2cc27159cb8fc268;p=pazpar2-moved-to-github.git diff --git a/src/http.h b/src/http.h index e3f6078..f24147b 100644 --- a/src/http.h +++ b/src/http.h @@ -106,6 +106,8 @@ int http_init(const char *addr, struct conf_server *ser); void http_close_server(struct conf_server *ser); void http_addheader(struct http_response *r, const char *name, const char *value); +const char *http_lookup_header(struct http_header *header, + const char *name); struct http_header * http_header_append(struct http_channel *ch, struct http_header * hp, const char *name,