redimentary addition of url's to playlist

git-svn-id: https://svn.musicpd.org/mpd/trunk@1000 09075e82-0dd4-0310-85a5-a0d7c8717e4f
This commit is contained in:
Warren Dukes
2004-05-13 18:46:38 +00:00
parent 8c484eeccf
commit 965e6edcf1
7 changed files with 56 additions and 12 deletions
+1 -1
View File
@@ -65,7 +65,7 @@ int countSongsIn(FILE * fp, char * name);
unsigned long sumSongTimesIn(FILE * fp, char * name);
Song * getSong(char * file);
Song * getSongFromDB(char * file);
time_t getDbModTime();