summaryrefslogtreecommitdiffstats
path: root/src/itdb.h
diff options
context:
space:
mode:
authorJorg Schuler <jcsjcs@users.sourceforge.net>2005-09-27 13:17:46 +0000
committerJorg Schuler <jcsjcs@users.sourceforge.net>2005-09-27 13:17:46 +0000
commitf52d5020d12e1473e86f5bb9a95d367f3e4b914b (patch)
treedbd7fbdcf5cddc7993c50bf9677551696eb7adad /src/itdb.h
parent5d38cbffd827dd36c7e7f91580ec31da9ebaf92d (diff)
downloadlibgpod-f52d5020d12e1473e86f5bb9a95d367f3e4b914b.tar.gz
libgpod-f52d5020d12e1473e86f5bb9a95d367f3e4b914b.tar.xz
libgpod-f52d5020d12e1473e86f5bb9a95d367f3e4b914b.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;