summaryrefslogtreecommitdiff
path: root/external-player.h
diff options
context:
space:
mode:
Diffstat (limited to 'external-player.h')
-rw-r--r--external-player.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/external-player.h b/external-player.h
new file mode 100644
index 0000000..84dce1c
--- /dev/null
+++ b/external-player.h
@@ -0,0 +1,15 @@
+/*
+ * external-player.h
+ */
+
+#ifndef __EXTERNAL_PLAYER_H
+#define __EXTERNAL_PLAYER_H
+
+struct MP3ServiceData {
+ int result;
+ union {
+ const char *filename;
+ } data;
+ };
+
+#endif //__EXTERNAL_PLAYER_H