summaryrefslogtreecommitdiffstats
path: root/src/db-artwork-parser.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/db-artwork-parser.h')
-rw-r--r--src/db-artwork-parser.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/db-artwork-parser.h b/src/db-artwork-parser.h
index 5c117fa..c97ee17 100644
--- a/src/db-artwork-parser.h
+++ b/src/db-artwork-parser.h
@@ -30,9 +30,11 @@
#define iPodSong Itdb_Track
-G_GNUC_INTERNAL int ipod_parse_photo_db (const char *filename);
+G_GNUC_INTERNAL char *ipod_db_get_artwork_db_path (const char *mount_point);
G_GNUC_INTERNAL int ipod_parse_artwork_db (Itdb_iTunesDB *db);
G_GNUC_INTERNAL int ipod_write_artwork_db (Itdb_iTunesDB *db);
-G_GNUC_INTERNAL char *ipod_db_get_artwork_db_path (const char *mount_point);
+#if 0
+G_GNUC_INTERNAL int ipod_parse_photo_db (const char *filename);
+#endif
#endif