From 1f254d8574f68d9bff59fe57507be5f9e8249545 Mon Sep 17 00:00:00 2001 From: Jerome Kuptz Date: Tue, 25 Jun 2002 08:58:11 +0000 Subject: initial wps functions git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1169 a1c6a512-1295-4272-9138-f99709370657 --- apps/wps.h | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 apps/wps.h (limited to 'apps/wps.h') 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 @@ +#ifndef _WPS_H +#define _WPS_H +#include "id3.h" +#include "playlist.h" + +void wps_show_play(char* filename); +//void wps_show_playlist(char* current, playlist_info_t *list); + +#endif -- cgit v1.2.3