view src/scrobbler/plugin.h @ 2977:3c869249f732

Someone accidentally committed a .deps file.
author Jonathan Schleifer <js-audacious@webkeks.org>
date Sat, 01 Nov 2008 20:01:57 +0100
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