]> git.ipfire.org Git - thirdparty/squid.git/blame - src/fatal.h
Maintenance: automate header guards 2/3 (#1655)
[thirdparty/squid.git] / src / fatal.h
CommitLineData
bbc27441 1/*
b8ae064d 2 * Copyright (C) 1996-2023 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
ff9d9458
FC
9#ifndef SQUID_SRC_FATAL_H
10#define SQUID_SRC_FATAL_H
7e6b941f 11
94739d08
FC
12void fatal(const char *message);
13void fatalf(const char *fmt,...) PRINTF_FORMAT_ARG1;
14void fatal_dump(const char *message);
7e6b941f 15
ff9d9458 16#endif /* SQUID_SRC_FATAL_H */
f53969cc 17