Rename struct tag_packed_m3ufile and struct tag_packed_mp3file

This commit is contained in:
Julien BLACHE 2009-04-23 20:15:29 +02:00
parent 5fc698c94f
commit bdcb5b88dc

View File

@ -132,7 +132,7 @@ typedef struct playlist_info {
uint32_t index; /**< index of playlist for paths with multiple playlists */ uint32_t index; /**< index of playlist for paths with multiple playlists */
} M3UFILE; } M3UFILE;
typedef struct tag_packed_m3ufile { typedef struct db_playlist_info {
char *id; char *id;
char *title; char *title;
char *type; char *type;
@ -143,7 +143,7 @@ typedef struct tag_packed_m3ufile {
char *index; char *index;
} PACKED_M3UFILE; } PACKED_M3UFILE;
typedef struct tag_packed_mp3file { typedef struct db_media_file_info {
char *id; char *id;
char *path; char *path;
char *fname; char *fname;