diff src/streambrowser/streambrowser.h @ 2891:c27da2c06805

initial code for bookmarks
author Calin Crisan ccrisan@gmail.com
date Tue, 12 Aug 2008 23:49:32 +0200
parents cc6f02424609
children 113454baecf8
line wrap: on
line diff
--- a/src/streambrowser/streambrowser.h	Tue Aug 12 20:40:31 2008 +0300
+++ b/src/streambrowser/streambrowser.h	Tue Aug 12 23:49:32 2008 +0200
@@ -20,11 +20,6 @@
 #ifndef STREAMBROWSER_H
 #define STREAMBROWSER_H
 
-#include <glib.h>
-
-#include <config.h>
-#include <audacious/i18n.h>
-
 #define DEF_STRING_LEN				1024
 #define DEF_BUFFER_SIZE				512
 #define MAX_UPDATE_THREADS			4
@@ -33,13 +28,10 @@
 #define STREAMBROWSER_ICON			DATA_DIR G_DIR_SEPARATOR_S "images" G_DIR_SEPARATOR_S "streambrowser-64x64.png"
 
 
-typedef struct {
-	
-	gboolean		debug;
+#include <glib.h>
 
-} streambrowser_cfg_t;
-
-extern streambrowser_cfg_t	streambrowser_cfg;
+#include <config.h>
+#include <audacious/i18n.h>
 
 
 void				debug(const char *fmt, ...);