Mercurial > audlegacy-plugins
view src/scrobbler/plugin.h @ 3198:83b1a4e5f453
alsa-ng: Keep mixer open even when playback stopped.
author | John Lindgren <john.lindgren@tds.net> |
---|---|
date | Wed, 22 Jul 2009 16:42:16 -0400 |
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