mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-10 13:45:10 -05:00
randomise_playlist() takes a seed argument now
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@439 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
7a186cb598
commit
6e2a24889d
1 changed files with 1 additions and 1 deletions
|
|
@ -44,7 +44,7 @@ track_t next_playlist_track( playlist_info_t *playlist );
|
|||
void display_playlist_track( track_t *track );
|
||||
void add_indices_to_playlist( char *buf, playlist_info_t *playlist );
|
||||
void extend_indices( playlist_info_t *playlist, int new_index );
|
||||
void randomise_playlist( playlist_info_t *playlist );
|
||||
void randomise_playlist( playlist_info_t *playlist, unsigned int seed );
|
||||
int is_unused_random_in_list( int number, int *original_list, int count );
|
||||
|
||||
/**********/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue