mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-10 05:32:40 -05:00
removed unused protos, added missing
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@910 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
16ff7be475
commit
a1ca3b41b2
1 changed files with 2 additions and 22 deletions
|
|
@ -33,29 +33,9 @@ typedef struct
|
||||||
} playlist_info_t;
|
} playlist_info_t;
|
||||||
|
|
||||||
void play_list(char *dir, char *file);
|
void play_list(char *dir, char *file);
|
||||||
|
char* playlist_next(int type);
|
||||||
void read_entire_file( char *buf, const char *filename );
|
void randomise_playlist( playlist_info_t *playlist, unsigned int seed );
|
||||||
void load_playlist( playlist_info_t *playlist, const char *filename );
|
|
||||||
void extract_playlist_indices( char *buf, playlist_info_t *playlist );
|
|
||||||
void display_current_playlist( playlist_info_t *playlist );
|
|
||||||
void get_indices_as_string( char *string, playlist_info_t *playlist );
|
|
||||||
void empty_playlist( playlist_info_t *playlist );
|
void empty_playlist( playlist_info_t *playlist );
|
||||||
void add_indices_to_playlist( playlist_info_t *playlist );
|
void add_indices_to_playlist( playlist_info_t *playlist );
|
||||||
void extend_indices( playlist_info_t *playlist, int new_index );
|
|
||||||
void randomise_playlist( playlist_info_t *playlist, unsigned int seed );
|
|
||||||
int is_unused_random_in_list( int number, int *original_list, int count );
|
|
||||||
|
|
||||||
/**********/
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
int create_playlist( void );
|
|
||||||
/*int add_to_playlist( track_t *track );*/
|
|
||||||
int remove_from_playlist( int index );
|
|
||||||
int set_playlist_position( void );
|
|
||||||
/*track_t * get_previous_entry_in_playlist( void );*/
|
|
||||||
|
|
||||||
#endif /* __PLAYLIST_H__ */
|
#endif /* __PLAYLIST_H__ */
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue