1 /*
2  *	xtrojka (c) 1994,1995,1996 Maarten Los
3  *
4  *	#include "COPYRIGHT"
5  *
6  *	created:	12.iii.1996
7  *	modified:
8  *
9  *	header file for actions.c
10  */
11 
12 #ifndef _actions_h_
13 #define _actions_h_
14 
15 /*
16  *	function prototypes
17  */
18 
19 void init_actions(void);
20 
21 
22 #endif /* _actions_h_ */
23