Mercurial > audlegacy-plugins
view src/scrobbler/scrobbler.h @ 16:ada5b8bf1471 trunk
[svn] - and some more of that wonderful Makefile.in -> Makefile reduction
author | nenolod |
---|---|
date | Mon, 18 Sep 2006 03:34:48 -0700 |
parents | 3da1b8942b8b |
children | 192004e2a1b7 |
line wrap: on
line source
#ifndef NET_H #define NET_H 1 #include "audacious/titlestring.h" int sc_idle(GMutex *); void sc_init(char *, char *); void sc_addentry(GMutex *, TitleInput *, int); void sc_cleaner(void); int sc_catch_error(void); char *sc_fetch_error(void); void sc_clear_error(void); #endif