changeset 2320:15aa13c91259

forgot new file
author Tomasz Mon <desowin@gmail.com>
date Tue, 15 Jan 2008 20:49:33 +0100
parents 146381a317df
children 6b427677621f
files src/scrobbler/plugin.h
diffstat 1 files changed, 7 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /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