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 sh_slist.c
10  */
11 
12 #ifndef _sh_slist_h_
13 #define _sh_slist_h_
14 
15 /*
16  *	function prototypes
17  */
18 
19 void init_slist_window(void);
20 void draw_slist(int);
21 void draw_newpic(int, int);
22 void show_slist(void);
23 void hide_slist(void);
24 void redraw_slist(Widget, XExposeEvent*, String*, Cardinal*);
25 
26 #endif /* _sh_slist_h_ */
27