]> git.ipfire.org Git - thirdparty/squid.git/blame - src/mime_header.h
Maintenance: bump astyle to 2.04 and quieten report
[thirdparty/squid.git] / src / mime_header.h
CommitLineData
b6149797 1/*
bbc27441 2 * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
b6149797 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.
b6149797
FC
7 */
8
bbc27441
AJ
9/* DEBUG: section 25 MiME Header Parsing */
10
b6149797
FC
11#ifndef SQUID_MIME_HEADER_H_
12#define SQUID_MIME_HEADER_H_
13
8a648e8d 14size_t headersEnd(const char *, size_t);
b6149797
FC
15
16#endif /* SQUID_MIME_HEADER_H_ */