Mercurial > audlegacy-plugins
view src/scrobbler/plugin.h @ 3172:1b2350bdeaef
alsa-ng: Be less stupid if things don't open.
author | William Pitcock <nenolod@atheme.org> |
---|---|
date | Fri, 15 May 2009 16:06:55 -0500 |
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