view src/scrobbler/plugin.h @ 2692:c1913516022a

Use g_free() as it should be used.
author Matti Hamalainen <ccr@tnsp.org>
date Fri, 06 Jun 2008 14:51:38 +0300
parents 15aa13c91259
children ff9b4776b938
line wrap: on
line source

#ifndef PLUGIN_H
#define PLUGIN_H

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

#endif