view src/scrobbler/plugin.h @ 2808:895d43620019

shoutcast.xml - i don't know how this file got here
author Calin Crisan ccrisan@gmail.com
date Sat, 12 Jul 2008 13:27:54 +0300
parents 15aa13c91259
children ff9b4776b938
line wrap: on
line source

#ifndef PLUGIN_H
#define PLUGIN_H

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

#endif