view src/scrobbler/plugin.h @ 2604:e732655e8191

fix seeking
author Tomasz Mon <desowin@gmail.com>
date Wed, 21 May 2008 13:39:53 +0200
parents 15aa13c91259
children ff9b4776b938
line wrap: on
line source

#ifndef PLUGIN_H
#define PLUGIN_H

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

#endif