]> git.ipfire.org Git - thirdparty/squid.git/blame - src/fatal.h
SourceFormat Enforcement
[thirdparty/squid.git] / src / fatal.h
CommitLineData
bbc27441 1/*
bde978a6 2 * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
bbc27441
AJ
3 *
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.
7 */
8
7e6b941f 9#ifndef SQUID_FATAL_H
10#define SQUID_FATAL_H
11
94739d08
FC
12void fatal(const char *message);
13void fatalf(const char *fmt,...) PRINTF_FORMAT_ARG1;
14void fatal_dump(const char *message);
7e6b941f 15
daacd51f 16#endif /* SQUID_FATAL_H */
f53969cc 17