summaryrefslogtreecommitdiff
path: root/apps/wps.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/wps.h')
-rw-r--r--apps/wps.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/apps/wps.h b/apps/wps.h
new file mode 100644
index 0000000000..7b72baa915
--- /dev/null
+++ b/apps/wps.h
@@ -0,0 +1,9 @@
1#ifndef _WPS_H
2#define _WPS_H
3#include "id3.h"
4#include "playlist.h"
5
6void wps_show_play(char* filename);
7//void wps_show_playlist(char* current, playlist_info_t *list);
8
9#endif