view src/scrobbler/plugin.h @ 2626:b7ab90e4235e

remove more #if 0's, add ui_hints
author Tomasz Mon <desowin@gmail.com>
date Thu, 22 May 2008 15:15:31 +0200
parents 15aa13c91259
children ff9b4776b938
line wrap: on
line source

#ifndef PLUGIN_H
#define PLUGIN_H

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

#endif