Mercurial > audlegacy-plugins
view src/scrobbler/scrobbler.h @ 2510:78b8e3614df7
Cosmetic variable and function argument name changes.
author | Matti Hamalainen <ccr@tnsp.org> |
---|---|
date | Thu, 03 Apr 2008 00:53:45 +0300 |
parents | dd78327f5747 |
children | 3134a0987162 |
line wrap: on
line source
#ifndef NET_H #define NET_H 1 #include <audacious/tuple.h> #define SC_CURL_TIMEOUT 5 gboolean sc_timeout(gpointer data); int sc_idle(GMutex *); void sc_init(char *, char *); void sc_addentry(GMutex *, Tuple *, int); void sc_cleaner(void); int sc_catch_error(void); char *sc_fetch_error(void); void sc_clear_error(void); #endif