Update of /cvsroot/gtkpod/libgpod/src
In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv26009/src

Modified Files:
        itdb.h 
Log Message:
        * src/itdb.h: added 2 pointers for future extension to
          Itdb_Playlist (MHOD100).



Index: itdb.h
===================================================================
RCS file: /cvsroot/gtkpod/libgpod/src/itdb.h,v
retrieving revision 1.53
retrieving revision 1.54
diff -u -d -r1.53 -r1.54
--- itdb.h      8 Jan 2007 10:23:14 -0000       1.53
+++ itdb.h      8 Jan 2007 13:01:52 -0000       1.54
@@ -1,4 +1,4 @@
-/* Time-stamp: <2007-01-06 20:47:00 jcs>
+/* Time-stamp: <2007-01-08 21:59:10 jcs>
 |
 |  Copyright (C) 2002-2006 Jorg Schuler <jcsjcs at users sourceforge net>
 |  Part of the gtkpod project.
@@ -551,6 +551,8 @@
     guint32 podcastflag;  /* ITDB_PL_FLAG_NORM/_PODCAST            */
     SPLPref splpref;      /* smart playlist prefs                  */
     SPLRules splrules;    /* rules for smart playlists             */
+    gpointer reserved1;   /* reserved for MHOD100 implementation   */
+    gpointer reserved2;   /* reserved for MHOD100 implementation   */
     /* below is for use by application */
     guint64 usertype;
     gpointer userdata;


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
gtkpod-cvs2 mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gtkpod-cvs2

Reply via email to