Mercurial > audlegacy
view Plugins/General/scrobbler/scrobbler.h @ 939:d78fa5f0b680 trunk
[svn] prevent audiocompress from fulfilling its suicidal tendencies
author | giacomo |
---|---|
date | Sat, 15 Apr 2006 18:05:57 -0700 |
parents | cc1969408403 |
children | fc478bfe6fe6 |
line wrap: on
line source
#ifndef NET_H #define NET_H 1 int sc_idle(GMutex *); void sc_init(char *, char *); void sc_addentry(GMutex *, metatag_t *, int); void sc_cleaner(void); int sc_catch_error(void); char *sc_fetch_error(void); void sc_clear_error(void); #endif