# HG changeset patch # User Tomasz Mon # Date 1200426573 -3600 # Node ID 15aa13c91259769b3c6c0a602f4eed81529aa076 # Parent 146381a317df953ef618ce6f868a0b6545e7f7c5 forgot new file diff -r 146381a317df -r 15aa13c91259 src/scrobbler/plugin.h --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/src/scrobbler/plugin.h Tue Jan 15 20:49:33 2008 +0100 @@ -0,0 +1,7 @@ +#ifndef PLUGIN_H +#define PLUGIN_H + +void start(void); +void stop(void); + +#endif