summaryrefslogtreecommitdiffstats
path: root/src/db-artwork-parser.h
diff options
context:
space:
mode:
authorJorg Schuler <jcsjcs@users.sourceforge.net>2005-10-23 15:20:36 +0000
committerJorg Schuler <jcsjcs@users.sourceforge.net>2005-10-23 15:20:36 +0000
commit9e3bb372f3fc2d108ecff448f2cd5a2f2e992fc2 (patch)
tree7b058c1d1b90f46c1e80291a470f931122a0f939 /src/db-artwork-parser.h
parente06e4d61cd862bac845723a62aabaaf6418ab8e7 (diff)
downloadlibgpod-9e3bb372f3fc2d108ecff448f2cd5a2f2e992fc2.tar.gz
libgpod-9e3bb372f3fc2d108ecff448f2cd5a2f2e992fc2.tar.xz
libgpod-9e3bb372f3fc2d108ecff448f2cd5a2f2e992fc2.zip
* (itdb_write): remove mountpoint as parameter as not used.
git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/libgpod/trunk@1128 f01d2545-417e-4e96-918e-98f8d0dbbcb6
Diffstat (limited to 'src/db-artwork-parser.h')
-rw-r--r--src/db-artwork-parser.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/db-artwork-parser.h b/src/db-artwork-parser.h
index 550f9c0..da8e743 100644
--- a/src/db-artwork-parser.h
+++ b/src/db-artwork-parser.h
@@ -38,8 +38,7 @@
G_GNUC_INTERNAL int ipod_parse_photo_db (const char *filename);
G_GNUC_INTERNAL int ipod_parse_artwork_db (Itdb_iTunesDB *db);
-G_GNUC_INTERNAL int ipod_write_artwork_db (Itdb_iTunesDB *db,
- const char *mount_point);
+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);
#endif