Cleanup playlist.c/.h

This commit is contained in:
twinaphex 2015-01-17 03:48:59 +01:00
parent 16b0a7dc83
commit 890e86293c
2 changed files with 18 additions and 12 deletions

View File

@ -65,6 +65,12 @@ void content_playlist_get_index(content_playlist_t *playlist,
*core_name = playlist->entries[idx].core_name;
}
/**
* content_playlist_free_entry:
* @entry : Playlist entry handle.
*
* Frees playlist entry.
**/
static void content_playlist_free_entry(
struct content_playlist_entry *entry)
{