view src/scrobbler/plugin.h @ 2516:d3597870a64f

switch to AUDDBG
author Eugene Zagidullin <e.asphyx@gmail.com>
date Sun, 06 Apr 2008 17:30:22 +0400
parents 15aa13c91259
children ff9b4776b938
line wrap: on
line source

#ifndef PLUGIN_H
#define PLUGIN_H

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

#endif