Mercurial > audlegacy-plugins
annotate src/scrobbler/plugin.h @ 2942:233cb5dffbf7
Fix tags for ALAC files.
For some reason, the tag can occour a second time, but this time empty.
Always use the first tag we found.
| author | Jonathan Schleifer <js@webkeks.org> |
|---|---|
| date | Sat, 27 Sep 2008 19:04:32 +0200 |
| parents | ff9b4776b938 |
| children |
| rev | line source |
|---|---|
| 2320 | 1 #ifndef PLUGIN_H |
| 2 #define PLUGIN_H | |
| 3 | |
|
2904
ff9b4776b938
now scrobbler uses proxy settings;
Andrew O. Shadoura <bugzilla@tut.by>
parents:
2320
diff
changeset
|
4 #include <curl/curl.h> |
|
ff9b4776b938
now scrobbler uses proxy settings;
Andrew O. Shadoura <bugzilla@tut.by>
parents:
2320
diff
changeset
|
5 |
| 2320 | 6 void start(void); |
| 7 void stop(void); | |
|
2904
ff9b4776b938
now scrobbler uses proxy settings;
Andrew O. Shadoura <bugzilla@tut.by>
parents:
2320
diff
changeset
|
8 void setup_proxy(CURL *curl); |
| 2320 | 9 |
| 10 #endif |
