Mercurial > audlegacy-plugins
view src/scrobbler/plugin.h @ 2922:12588a9a458f
added some docs about Icecast plugin
author | Andrew O. Shadoura <bugzilla@tut.by> |
---|---|
date | Wed, 20 Aug 2008 02:46:53 +0300 |
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