Mercurial > audlegacy-plugins
view src/scrobbler/hatena.h @ 688:43c77973e494 trunk
[svn] - some ringbuffering fixes -- aac+ shouldn't crash now, but more
extensive testing will be needed.
author | nenolod |
---|---|
date | Tue, 20 Feb 2007 06:17:27 -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