mirror of
https://github.com/zeek/zeek.git
synced 2025-10-11 19:18:19 +00:00
9 lines
190 B
C
9 lines
190 B
C
/*
|
|
* See the file "COPYING" in the main distribution directory for copyright.
|
|
*
|
|
*/
|
|
#ifndef setsignal_h
|
|
#define setsignal_h
|
|
|
|
RETSIGTYPE (*setsignal(int, RETSIGTYPE (*)(int)))(int);
|
|
#endif
|