From 323e86489fb9544b3a2faa9e9004ac0b72bf01ca Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Fri, 26 Sep 2008 09:54:25 +0200 Subject: song: removed type SongList SongList has been superseded by struct songvec. --- src/song.h | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'src/song.h') diff --git a/src/song.h b/src/song.h index 59d372c2..3e7f8666 100644 --- a/src/song.h +++ b/src/song.h @@ -19,7 +19,6 @@ #ifndef SONG_H #define SONG_H -#include "list.h" #include "os_compat.h" #include "mpd_types.h" @@ -42,8 +41,6 @@ typedef struct _Song { time_t mtime; } Song; -typedef List SongList; - Song *newNullSong(void); Song *newSong(const char *url, int songType, struct _Directory *parentDir); @@ -52,13 +49,6 @@ void freeSong(Song *); void freeJustSong(Song *); -SongList *newSongList(void); - -void freeSongList(SongList * list); - -Song *addSongToList(SongList * list, const char *url, const char *utf8path, - int songType, struct _Directory *parentDir); - int updateSongInfo(Song * song); /* -- cgit v1.2.3