view src/scrobbler/plugin.h @ 3196:0f7180e3b163

alsa-ng: Enforce a minimum buffer size of 500ms.
author William Pitcock <nenolod@atheme.org>
date Sun, 12 Jul 2009 08:30:13 -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