renamed the src into simplexbmcremote-0.8.1 to simplify package building
[simple-xmbc-rem] / simplexbmcremote-0.8.1 / genericnotify.h
diff --git a/simplexbmcremote-0.8.1/genericnotify.h b/simplexbmcremote-0.8.1/genericnotify.h
new file mode 100644 (file)
index 0000000..8a3143c
--- /dev/null
@@ -0,0 +1,12 @@
+#ifndef GENERIC_NOTIFY_H
+#define GENERIC_NOTIFY_H
+
+#include <QString>
+
+namespace notify
+{
+    void init();
+    void notify(const QString& msg);
+}
+
+#endif // GENERIC_NOTIFY_H