diff src/xs_stil.h @ 230:608f31f6c095

Raw cleanup.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 21 Dec 2004 09:25:03 +0000
parents 92bad4c7b998
children e0abd282d6b7
line wrap: on
line diff
--- a/src/xs_stil.h	Sun Dec 19 16:57:01 2004 +0000
+++ b/src/xs_stil.h	Tue Dec 21 09:25:03 2004 +0000
@@ -39,6 +39,10 @@
 t_xs_stil_node *	xs_stildb_get(t_xs_stildb *, gchar *, gchar *);
 
 
+gint			xs_stil_init(void);
+void			xs_stil_close(void);
+t_xs_stil_node *	xs_stil_get(gchar *);
+
 #ifdef __cplusplus
 }
 #endif