Subversion Repositories mdb

Rev

Rev 9 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 9 Rev 13
Line 19... Line 19...
19
int listSongs(int s1, char *p_type, int start, int length);
19
int listSongs(int s1, char *p_type, int start, int length);
20
int listFolders(int s1, char *p_type, int start, int length);
20
int listFolders(int s1, char *p_type, int start, int length);
21
int listPlaylists(int s1, int start, int length);
21
int listPlaylists(int s1, int start, int length);
22
int listQueue(int s1, int start, int length);
22
int listQueue(int s1, int start, int length);
23
int listUserPlaylist(int s1, const char *user, const char *playlist, int start, int length);
23
int listUserPlaylist(int s1, const char *user, const char *playlist, int start, int length);
-
 
24
int listFolderContent(int s1, char *p_type, char *name, int start, int length);
24
 
25
 
25
#endif
26
#endif