Mercurial > audlegacy-plugins
view src/scrobbler/plugin.h @ 3096:3355beb9105b
Add probe priority of 2, this should go before low-level audio driver such as ALSA. Closes bug #35 by Petr Psa.
author | Tony Vroon <chainsaw@gentoo.org> |
---|---|
date | Thu, 30 Apr 2009 14:29:20 +0100 |
parents | ff9b4776b938 |
children |
line wrap: on
line source
#ifndef PLUGIN_H #define PLUGIN_H #include <curl/curl.h> void start(void); void stop(void); void setup_proxy(CURL *curl); #endif