]> git.ipfire.org Git - thirdparty/squid.git/blob - src/fatal.h
merge from trunk r12441
[thirdparty/squid.git] / src / fatal.h
1 #ifndef SQUID_FATAL_H
2 #define SQUID_FATAL_H
3
4 void fatal(const char *message);
5 void fatalf(const char *fmt,...) PRINTF_FORMAT_ARG1;
6 void fatal_dump(const char *message);
7
8 #endif /* SQUID_FATAL_H */