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