Mercurial > audlegacy
annotate Plugins/General/scrobbler/scrobbler.h @ 1637:5261e37b4d55 trunk
[svn] - fully working CoreAudio plugin, based on the OSS plugin and an incomplete xmms coreaudio plugin (fink)
author | nenolod |
---|---|
date | Thu, 07 Sep 2006 11:32:59 -0700 |
parents | fc478bfe6fe6 |
children |
rev | line source |
---|---|
688 | 1 #ifndef NET_H |
2 #define NET_H 1 | |
3 | |
1236
fc478bfe6fe6
[svn] - disconnect the scrobbler client from metatag logically
nenolod
parents:
688
diff
changeset
|
4 #include "libaudacious/titlestring.h" |
fc478bfe6fe6
[svn] - disconnect the scrobbler client from metatag logically
nenolod
parents:
688
diff
changeset
|
5 |
688 | 6 int sc_idle(GMutex *); |
7 void sc_init(char *, char *); | |
1236
fc478bfe6fe6
[svn] - disconnect the scrobbler client from metatag logically
nenolod
parents:
688
diff
changeset
|
8 void sc_addentry(GMutex *, TitleInput *, int); |
688 | 9 void sc_cleaner(void); |
10 int sc_catch_error(void); | |
11 char *sc_fetch_error(void); | |
12 void sc_clear_error(void); | |
13 #endif |