Mercurial > audlegacy-plugins
view src/scrobbler/hatena.h @ 952:87666f9bf6d0 trunk
[svn] Upstream commit "Vastly enhanced generic Protracker player and modified loaders accordingly.
Copl now supports a getchip() method. A2M loader enhanced for OPL3 features." manually applied by decoding the actual changes from an ocean of whitespace damage. It compiles, but do test it.
author | chainsaw |
---|---|
date | Fri, 13 Apr 2007 09:09:50 -0700 |
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