1f254d8574
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1169 a1c6a512-1295-4272-9138-f99709370657
9 lines
179 B
C
9 lines
179 B
C
#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
|