comparison src/scrobbler/plugin.h @ 2904:ff9b4776b938

now scrobbler uses proxy settings; whole scrobbler plugin needs to be re-written using neon
author Andrew O. Shadoura <bugzilla@tut.by>
date Wed, 13 Aug 2008 16:15:29 +0300
parents 15aa13c91259
children
comparison
equal deleted inserted replaced
2903:9c623f4ac901 2904:ff9b4776b938
1 #ifndef PLUGIN_H 1 #ifndef PLUGIN_H
2 #define PLUGIN_H 2 #define PLUGIN_H
3 3
4 #include <curl/curl.h>
5
4 void start(void); 6 void start(void);
5 void stop(void); 7 void stop(void);
8 void setup_proxy(CURL *curl);
6 9
7 #endif 10 #endif