/*\
||| This file a part of Pike, and is copyright by Fredrik Hubinette
||| Pike is distributed as GPL (General Public License)
||| See the files COPYING and DISCLAIMER for more information.
\*/
#ifndef SIGNAL_H
#define SIGNAL_H

/* Prototypes begin here */
struct sigdesc;
void check_signals(struct callback *foo, void *bar, void *gazonk);
void init_signals(void);
void exit_signals(void);
/* Prototypes end here */

#endif
