blob: 3ae6bd503580e3ab88a6ed5ca166140f1b2d6c5a (
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 protoypes */
void init_signals(void);
#endif /* _WEB_ALPINE_SIGNAL_INCLUDED */
|