Line 20... |
Line 20... |
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 |
int listFolderContent(int s1, char *p_type, char *name, int start, int length);
|
- |
|
25 |
int listUsers(int s1, int start, int length);
|
25 |
|
26 |
|
26 |
#endif
|
27 |
#endif
|