1 #ifndef __THEMERC_H__
2 #define __THEMERC_H__
3 
4 gchar 	**trc_open	(gchar *fname);
5 void 	trc_close	(gchar **rcs);
6 gchar 	*trc_get_str	(gchar **rcs, gchar *param);
7 gint 	trc_get_uint	(gchar **rcs, gchar *param);
8 
9 #endif
10