diff options
| author | Jorg Schuler <jcsjcs@users.sourceforge.net> | 2006-05-30 14:09:44 +0000 |
|---|---|---|
| committer | Jorg Schuler <jcsjcs@users.sourceforge.net> | 2006-05-30 14:09:44 +0000 |
| commit | 4ff7387c3f4eefe1e86e44ad3ae52043770baf1e (patch) | |
| tree | 64cc40dc42c33925c6183222667354276479c362 /src/db-artwork-parser.h | |
| parent | eba7d3fff1076914dda819eb8120304f059f4be9 (diff) | |
| download | libgpod-4ff7387c3f4eefe1e86e44ad3ae52043770baf1e.tar.gz libgpod-4ff7387c3f4eefe1e86e44ad3ae52043770baf1e.tar.xz libgpod-4ff7387c3f4eefe1e86e44ad3ae52043770baf1e.zip | |
***** merged photo-support branch back to MAIN. branch is tagged
photo-support-merged_00
ipod.py will need minor patching (flag2, flag3).
git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/libgpod/trunk@1292 f01d2545-417e-4e96-918e-98f8d0dbbcb6
Diffstat (limited to 'src/db-artwork-parser.h')
| -rw-r--r-- | src/db-artwork-parser.h | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/src/db-artwork-parser.h b/src/db-artwork-parser.h index c97ee17..eb84e8d 100644 --- a/src/db-artwork-parser.h +++ b/src/db-artwork-parser.h @@ -30,11 +30,10 @@ #define iPodSong Itdb_Track -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); - -#if 0 -G_GNUC_INTERNAL int ipod_parse_photo_db (const char *filename); -#endif +G_GNUC_INTERNAL int ipod_write_artwork_db (Itdb_iTunesDB *itdb); +G_GNUC_INTERNAL char *ipod_db_get_artwork_db_path (const char *mount_point); +G_GNUC_INTERNAL char *ipod_db_get_photos_db_path (const char *mount_point); +G_GNUC_INTERNAL int ipod_parse_photo_db (Itdb_PhotoDB *photodb); +G_GNUC_INTERNAL int ipod_write_photo_db (Itdb_PhotoDB *db); #endif |
