summaryrefslogtreecommitdiffstats
path: root/src/db-image-parser.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/db-image-parser.h')
-rw-r--r--src/db-image-parser.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/db-image-parser.h b/src/db-image-parser.h
index 3b1e49c..f09e574 100644
--- a/src/db-image-parser.h
+++ b/src/db-image-parser.h
@@ -20,6 +20,7 @@
*
* This product is not supported/written/published by Apple!
*
+ * $Id$
*/
#ifndef IMAGE_PARSER_H
@@ -47,7 +48,8 @@ G_GNUC_INTERNAL Itdb_Thumb *ipod_image_new_from_mhni (MhniHeader *mhni,
G_GNUC_INTERNAL int itdb_write_ithumb_files (Itdb_DB *db);
-G_GNUC_INTERNAL const Itdb_ArtworkFormat *itdb_get_artwork_info_from_type (
- Itdb_Device *ipod, int image_type);
+G_GNUC_INTERNAL
+const Itdb_ArtworkFormat *itdb_get_artwork_info_from_type (
+ Itdb_Device *ipod, ItdbThumbType image_type);
#endif