]> git.ipfire.org Git - thirdparty/squid.git/blame - compat/psignal.h
Boilerplate: make script quieter when re-scanning files
[thirdparty/squid.git] / compat / psignal.h
CommitLineData
2ccf2eb2
AJ
1#ifndef __SQUID_PSIGNAL_H
2#define __SQUID_PSIGNAL_H
3
2ccf2eb2
AJ
4#if HAVE_SIGNAL_H
5#include <signal.h>
6#endif
7
8extern void psignal(int sig, const char* msg);
9
10#endif /* __SQUID_PSIGNAL_H */