view src/scrobbler/plugin.h @ 2440:5e87f7cc8d13

Remove unneeded vars.
author William Pitcock <nenolod@atheme.org>
date Fri, 07 Mar 2008 15:56:40 -0600
parents 15aa13c91259
children ff9b4776b938
line wrap: on
line source

#ifndef PLUGIN_H
#define PLUGIN_H

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

#endif