view src/scrobbler/plugin.h @ 3126:2d2a50196556

Backed out changeset 617cd51dfee5 This didn't work, and doesn't seem right.
author William Pitcock <nenolod@atheme.org>
date Wed, 06 May 2009 14:04:28 -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