summaryrefslogtreecommitdiffstats
path: root/src/itdb.h
diff options
context:
space:
mode:
authorjcsjcs <jcsjcs@f01d2545-417e-4e96-918e-98f8d0dbbcb6>2005-09-27 13:17:46 +0000
committerjcsjcs <jcsjcs@f01d2545-417e-4e96-918e-98f8d0dbbcb6>2005-09-27 13:17:46 +0000
commitb8d3868a89f285d52bfec46c6d51e285a11f58c1 (patch)
treedbd7fbdcf5cddc7993c50bf9677551696eb7adad /src/itdb.h
parentf665434b3520e20af999c0e68b372bd11d69384e (diff)
downloadlibgpod-b8d3868a89f285d52bfec46c6d51e285a11f58c1.tar.gz
libgpod-b8d3868a89f285d52bfec46c6d51e285a11f58c1.tar.xz
libgpod-b8d3868a89f285d52bfec46c6d51e285a11f58c1.zip
* itdb.h, itdb_itunesdb.c, itdb_private.h: moved next_id from
Itdb_iTunesDB to FExport. * bindings/phython/examples/tag-genrr-from-audioscrobber.py: added (thanks to Nicholas Piper) git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/libgpod/trunk@1104 f01d2545-417e-4e96-918e-98f8d0dbbcb6
Diffstat (limited to 'src/itdb.h')
-rw-r--r--src/itdb.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/itdb.h b/src/itdb.h
index 59385ac..e01eadc 100644
--- a/src/itdb.h
+++ b/src/itdb.h
@@ -1,4 +1,4 @@
-/* Time-stamp: <2005-09-24 12:59:15 jcs>
+/* Time-stamp: <2005-09-26 22:36:42 jcs>
|
| Copyright (C) 2002-2005 Jorg Schuler <jcsjcs at users sourceforge net>
| Part of the gtkpod project.
@@ -356,7 +356,6 @@ typedef struct
gint musicdirs; /* number of /iPod_Control/Music/F.. dirs */
guint32 version;
guint64 id;
- guint32 next_id; /* strictly internal during itdb write */
/* below is for use by application */
guint64 usertype;
gpointer userdata;