view src/scrobbler/plugin.h @ 2322:4bb86ffd9ddf

killed another warning
author Cristi Magherusan <majeru@atheme.org>
date Wed, 16 Jan 2008 01:12:24 +0200
parents 15aa13c91259
children ff9b4776b938
line wrap: on
line source

#ifndef PLUGIN_H
#define PLUGIN_H

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

#endif