changeset 66:debb9584f638

Re-added header
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 30 Jun 2003 17:15:01 +0000
parents bf7b647b3239
children ac0ea330175a
files src/xs_stil.h
diffstat 1 files changed, 35 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/src/xs_stil.h	Mon Jun 30 17:15:01 2003 +0000
@@ -0,0 +1,35 @@
+#ifndef XS_STIL_H
+#define XS_STIL_H
+
+#ifdef __cplusplus
+extern "C" {
+#endif
+
+#include "xmms-sid.h"
+
+/*
+ * Defines and typedefs
+ */
+typedef struct {
+	
+} t_xs_stil_subnode;
+
+typedef struct _t_xs_stil_node {
+
+	t_xs_stil_subnode	subTuneInfo[XS_STIL_MAXENTRY];
+	struct _t_xs_stil_node *pPrev, *pNext;
+} t_xs_stil_node;
+
+
+/*
+ * Functions
+ */
+gint	xs_stil_init(void);		/* Initialize STIL subsystem */
+void	xs_stil_close(void);		/* Close/shutdown */
+gint32	xs_stil_get(gchar *);		/* Get STIL information */
+
+
+#ifdef __cplusplus
+}
+#endif
+#endif /* XS_STIL_H */