mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
7 lines
156 B
C
7 lines
156 B
C
/*
|
|
* See the file "COPYING" in the main distribution directory for copyright.
|
|
*
|
|
*/
|
|
#pragma once
|
|
|
|
RETSIGTYPE (*setsignal(int, RETSIGTYPE (*)(int)))(int);
|