view src/scrobbler/plugin.h @ 2450:ccfc52a92504

Remove debugging notice.
author William Pitcock <nenolod@atheme.org>
date Thu, 13 Mar 2008 16:42:02 -0500
parents 15aa13c91259
children ff9b4776b938
line wrap: on
line source

#ifndef PLUGIN_H
#define PLUGIN_H

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

#endif