Mercurial > audlegacy-plugins
view src/scrobbler/plugin.h @ 3191:a65f440cbed3
alsa-ng: Fix possible race conditions, sluggish pause and seek.
author | John Lindgren <john.lindgren@tds.net> |
---|---|
date | Mon, 22 Jun 2009 16:05:57 -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