song: adding support for songs in archives

This commit is contained in:
Viliam Mateicka
2008-12-16 21:42:42 +01:00
parent 4d604a7540
commit 455b39fa26
3 changed files with 39 additions and 1 deletions

View File

@@ -34,6 +34,8 @@
#define DIRECTORY_MPD_VERSION "mpd_version: "
#define DIRECTORY_FS_CHARSET "fs_charset: "
#define DEVICE_INARCHIVE (unsigned)(-1)
struct directory {
struct dirvec children;
struct songvec songs;