view src/scrobbler/plugin.h @ 2479:3974729876c0

update Japanese translation
author VDR dai (audacious) <d+audacious@vdr.jp>
date Mon, 31 Mar 2008 15:02:24 +0900
parents 15aa13c91259
children ff9b4776b938
line wrap: on
line source

#ifndef PLUGIN_H
#define PLUGIN_H

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

#endif