Mercurial > audlegacy-plugins
view src/scrobbler/scrobbler.h @ 1307:fbeb9446aa2e audacious-plugins-1.4.0-DR1
Automated merge with ssh://hg.atheme.org//hg/audacious-plugins
author | William Pitcock <nenolod@atheme-project.org> |
---|---|
date | Fri, 20 Jul 2007 10:30:28 -0500 |
parents | 192004e2a1b7 |
children | f4d8082668c1 |
line wrap: on
line source
#ifndef NET_H #define NET_H 1 #include "audacious/titlestring.h" #define SC_CURL_TIMEOUT 5 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