view src/scrobbler/plugin.h @ 2559:a3fecbacf65d

Add fmts gchar array of supported extensions.
author Tony Vroon <chainsaw@gentoo.org>
date Sun, 11 May 2008 22:29:30 +0100
parents 15aa13c91259
children ff9b4776b938
line wrap: on
line source

#ifndef PLUGIN_H
#define PLUGIN_H

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

#endif