Cleanup playlist.c/.h
This commit is contained in:
parent
16b0a7dc83
commit
890e86293c
|
@ -65,6 +65,12 @@ void content_playlist_get_index(content_playlist_t *playlist,
|
||||||
*core_name = playlist->entries[idx].core_name;
|
*core_name = playlist->entries[idx].core_name;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* content_playlist_free_entry:
|
||||||
|
* @entry : Playlist entry handle.
|
||||||
|
*
|
||||||
|
* Frees playlist entry.
|
||||||
|
**/
|
||||||
static void content_playlist_free_entry(
|
static void content_playlist_free_entry(
|
||||||
struct content_playlist_entry *entry)
|
struct content_playlist_entry *entry)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue