]> git.ipfire.org Git - thirdparty/squid.git/blame - src/HttpHeaderMask.h
SourceFormat Enforcement
[thirdparty/squid.git] / src / HttpHeaderMask.h
CommitLineData
e53294ae 1/*
4ac4a490 2 * Copyright (C) 1996-2017 The Squid Software Foundation and contributors
e53294ae 3 *
bbc27441
AJ
4 * Squid software is distributed under GPLv2+ license and includes
5 * contributions from numerous individuals and organizations.
6 * Please see the COPYING and CONTRIBUTORS files for details.
e53294ae 7 */
bbc27441 8
e53294ae 9#ifndef SQUID_HTTPHEADERMASK_H
10#define SQUID_HTTPHEADERMASK_H
11
12/* big mask for http headers */
13typedef char HttpHeaderMask[12];
14
71b673d4 15void httpHeaderMaskInit(HttpHeaderMask * mask, int value);
e1f7507e 16
e53294ae 17#endif /* SQUID_HTTPHEADERMASK_H */
f53969cc 18