diff options
| author | teuf <teuf@f01d2545-417e-4e96-918e-98f8d0dbbcb6> | 2008-02-03 18:53:55 +0000 |
|---|---|---|
| committer | teuf <teuf@f01d2545-417e-4e96-918e-98f8d0dbbcb6> | 2008-02-03 18:53:55 +0000 |
| commit | 907d40228a20dbb9f14ee312949bd2ce3b16fe37 (patch) | |
| tree | ca0864e2dc952f935c232fff96de90e2ca7e7017 /src/db-artwork-debug.h | |
| parent | db0e04b3a478d53a622e1ab3f9c7df7aad880a4c (diff) | |
Adapt artwork debugging code to the mhod string parsing consolidation
git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/libgpod/trunk@1948 f01d2545-417e-4e96-918e-98f8d0dbbcb6
Diffstat (limited to 'src/db-artwork-debug.h')
| -rw-r--r-- | src/db-artwork-debug.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/db-artwork-debug.h b/src/db-artwork-debug.h index c5c7565..9c2c765 100644 --- a/src/db-artwork-debug.h +++ b/src/db-artwork-debug.h @@ -27,13 +27,12 @@ #include "db-itunes-parser.h" -/*#define DEBUG_ARTWORKDB*/ +/* #define DEBUG_ARTWORKDB */ #ifdef DEBUG_ARTWORKDB extern G_GNUC_INTERNAL void dump_mhif (MhifHeader *mhif); extern G_GNUC_INTERNAL void dump_mhia (MhiaHeader *mhia); -extern G_GNUC_INTERNAL void dump_mhod_type_1 (MhodHeaderArtworkType1 *mhod); -extern G_GNUC_INTERNAL void dump_mhod_type_3 (ArtworkDB_MhodHeaderArtworkType3 *mhod); +extern G_GNUC_INTERNAL void dump_mhod_string (ArtworkDB_MhodHeaderString *mhod); extern G_GNUC_INTERNAL void dump_mhni (MhniHeader *mhni); extern G_GNUC_INTERNAL void dump_mhod (ArtworkDB_MhodHeader *mhod); extern G_GNUC_INTERNAL void dump_mhii (MhiiHeader *mhii); |
