blob: f8cf014dbf50ac4d3c18442952d41293b6cd1e1b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
/*-----------------------------------------------------------------------
$Id: signal.h 82 2006-07-12 23:36:59Z mikes@u.washington.edu $
-----------------------------------------------------------------------*/
#ifndef _WEB_ALPINE_SIGNAL_INCLUDED
#define _WEB_ALPINE_SIGNAL_INCLUDED
/* exported prototypes */
void init_signals(void);
#endif /* _WEB_ALPINE_SIGNAL_INCLUDED */
|