Initial import of svn+ssh:://svn.icir.org/bro/trunk/bro as of r7088

This commit is contained in:
Robin Sommer 2010-09-27 20:42:30 -07:00
commit 61757ac78b
1383 changed files with 380824 additions and 0 deletions

10
src/setsignal.h Normal file
View file

@ -0,0 +1,10 @@
/*
* See the file "COPYING" in the main distribution directory for copyright.
*
* @(#) $Id: setsignal.h 6219 2008-10-01 05:39:07Z vern $ (LBL)
*/
#ifndef setsignal_h
#define setsignal_h
RETSIGTYPE (*setsignal(int, RETSIGTYPE (*)(int)))(int);
#endif