pike.git
/
src
/
lpc_signal.h
version
»
Context lines:
10
20
40
80
file
none
3
pike.git/src/lpc_signal.h:1:
+
/*\
+
||| This file a part of uLPC, and is copyright by Fredrik Hubinette
+
||| uLPC 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();
+
void init_signals();
+
void exit_signals();
+
/* Prototypes end here */
+
+
#endif
Newline at end of file added.