diff 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
line wrap: on
line diff
--- a/src/scrobbler/plugin.h	Wed Aug 13 14:10:14 2008 +0300
+++ b/src/scrobbler/plugin.h	Wed Aug 13 16:15:29 2008 +0300
@@ -1,7 +1,10 @@
 #ifndef PLUGIN_H
 #define PLUGIN_H
 
+#include <curl/curl.h>
+
 void start(void);
 void stop(void);
+void setup_proxy(CURL *curl);
 
 #endif