1/* Header: sig.h,v 7.0 86/10/08 15:13:32 lwall Exp */
2
3/* Log:	sig.h,v
4 * Revision 7.0  86/10/08  15:13:32  lwall
5 * Split into separate files.  Added amoebas and pirates.
6 *
7 */
8
9void sig_init(void);
10void mytstp(void);
11__dead void finalize(int status);
12__dead void sig_catcher(int signo);
13#ifdef SIGTSTP
14void cont_catcher(int x);
15void stop_catcher(int sig);
16#endif
17void sig_catcher(int);
18