view src/scrobbler/plugin.h @ 2444:fd16fdf87f53

Check for Audacious >= 1.5.0 instead.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 13 Mar 2008 22:32:40 +0200
parents 15aa13c91259
children ff9b4776b938
line wrap: on
line source

#ifndef PLUGIN_H
#define PLUGIN_H

void start(void);
void stop(void);

#endif