view src/scrobbler/plugin.h @ 2779:ada024f94eb4

added very basic buffering implementation; added server port configuration control
author Andrew O. Shadoura <bugzilla@tut.by>
date Thu, 03 Jul 2008 15:42:00 +0300
parents 15aa13c91259
children ff9b4776b938
line wrap: on
line source

#ifndef PLUGIN_H
#define PLUGIN_H

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

#endif