diff src/xs_stil.h @ 526:fa95d942f226

Header cleanup; Moved some types from xmms-sid.h to xs_player.h; Renamed few functions.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 20 Feb 2007 16:53:05 +0000
parents 81756f412b43
children acaba070cf49
line wrap: on
line diff
--- a/src/xs_stil.h	Sat Feb 17 16:35:01 2007 +0000
+++ b/src/xs_stil.h	Tue Feb 20 16:53:05 2007 +0000
@@ -1,5 +1,5 @@
-#ifndef _XS_STIL_H
-#define _XS_STIL_H
+#ifndef XS_STIL_H
+#define XS_STIL_H
 
 #include "xmms-sid.h"
 
@@ -7,8 +7,7 @@
 extern "C" {
 #endif
 
-/*
- * Defines and typedefs
+/* Types
  */
 typedef struct {
 	gchar	*pName,
@@ -34,16 +33,14 @@
 } t_xs_stildb;
 
 
-/*
- * Functions
+/* Functions
  */
 gint			xs_stildb_read(t_xs_stildb *, gchar *);
 gint			xs_stildb_index(t_xs_stildb *);
 void			xs_stildb_free(t_xs_stildb *);
 t_xs_stil_node *	xs_stildb_get_node(t_xs_stildb *, gchar *);
 
-
 #ifdef __cplusplus
 }
 #endif
-#endif /* _XS_STIL_H */
+#endif /* XS_STIL_H */