view src/scrobbler/plugin.h @ 2593:f4dce14ed238

Indentation cleanups.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 21 May 2008 00:46:06 +0300
parents 15aa13c91259
children ff9b4776b938
line wrap: on
line source

#ifndef PLUGIN_H
#define PLUGIN_H

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

#endif