9#ifndef SQUID_SRC_HTTPHDRCONTRANGE_H
10#define SQUID_SRC_HTTPHDRCONTRANGE_H
HttpHdrContRange * httpHdrContRangeParseCreate(const char *crange_spec)
HttpHdrContRange * httpHdrContRangeCreate(void)
void httpHeaderAddContRange(HttpHeader *, HttpHdrRangeSpec, int64_t)
HttpHdrContRange * httpHdrContRangeDup(const HttpHdrContRange *crange)
void httpHdrContRangePackInto(const HttpHdrContRange *crange, Packable *p)
void httpHdrContRangeSet(HttpHdrContRange *, HttpHdrRangeSpec, int64_t)
int httpHdrContRangeParseInit(HttpHdrContRange *crange, const char *crange_spec)
MEMPROXY_CLASS(HttpHdrContRange)