view src/scrobbler/hatena.h @ 611:3f7a52adfe0e trunk

[svn] merge recent changes from yaz's branch. - stable shoutcast playback. - tag handling improvement. - view track detail on streaming won't crash. (disabled.) - filepopup for streaming is partially supported. filepopup displays track name and stream name, but not updated automatically.
author yaz
date Tue, 06 Feb 2007 12:11:42 -0800
parents b4f1ad07fcd9
children
line wrap: on
line source

#ifndef HATENA_H
#define HATENA_H 1

#include "audacious/titlestring.h"

int hatena_sc_idle(GMutex *);
void hatena_sc_init(char *, char *);
void hatena_sc_addentry(GMutex *, TitleInput *, int);
void hatena_sc_cleaner(void);
int hatena_sc_catch_error(void);
char *hatena_sc_fetch_error(void);
void hatena_sc_clear_error(void);
#endif