Server Wait On Clients System - Full Internal Documentation  v1.7.4
Server Wait On Clients System.
signalhandle.h
Go to the documentation of this file.
1 
14 #ifndef SIGNALHANDLE_H
15 #define SIGNALHANDLE_H
16 
17 #include <libmgec/mge-portability.h>
18 
19 BEGIN_C_DECLS
20 
21 void init_sig_handle(void);
22 
23 void termination_handler(int signum);
24 
25 END_C_DECLS
26 
27 #endif /* ndef SIGNALHANDLE_H */
BEGIN_C_DECLS void init_sig_handle(void)
Initialise signal handler.
Definition: signalhandle.c:39
void termination_handler(int signum)
Handler for caught signals.
Definition: signalhandle.c:142