view src/streambrowser/streambrowser.h @ 2764:d45b4beadf6c

Made "bluetooth" and "streambrowser" plugins translatable.
author Stany HENRY <StrassBoy@gmail.com>
date Thu, 03 Jul 2008 09:07:03 +0200
parents 6d6a3eb67510
children f9c6a9cb442e
line wrap: on
line source


#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
#define PLAYLIST_TEMP_FILE	"file:///tmp/playlist.pls"


typedef struct {
	
	gboolean		debug;

} streambrowser_cfg_t;

extern streambrowser_cfg_t	streambrowser_cfg;


void				debug(const char *fmt, ...);
void				failure(const char *fmt, ...);
gboolean			fetch_remote_to_local_file(gchar *remote_url, gchar *local_url);


#endif	// STREAMBROWSER_H