view src/scrobbler/plugin.h @ 3045:85f036d3e641

Added tag audacious-plugins-2.0-alpha1 for changeset c5fbafe09e1e
author William Pitcock <nenolod@atheme.org>
date Thu, 16 Apr 2009 16:53:42 -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