Revision: 2238
http://gtkpod.svn.sourceforge.net/gtkpod/?rev=2238&view=rev
Author: teuf
Date: 2009-01-21 21:53:52 +0000 (Wed, 21 Jan 2009)
Log Message:
-----------
itdb_device_get_checksum_type can be static
Modified Paths:
--------------
libgpod/trunk/ChangeLog
libgpod/trunk/src/itdb_device.c
libgpod/trunk/src/itdb_device.h
Modified: libgpod/trunk/ChangeLog
===================================================================
--- libgpod/trunk/ChangeLog 2009-01-21 21:52:54 UTC (rev 2237)
+++ libgpod/trunk/ChangeLog 2009-01-21 21:53:52 UTC (rev 2238)
@@ -1,5 +1,10 @@
2009-01-21 Christophe Fergeau <teuf at gnome.org>
+ * src/itdb_device.h:
+ * src/itdb_device.c: itdb_device_get_checksum_type can be static
+
+2009-01-21 Christophe Fergeau <teuf at gnome.org>
+
* src/itdb_device.c: itdb_device_write_hash58 should only be called
on devices supporting this hash type, it's a programming error to
call it with something else
Modified: libgpod/trunk/src/itdb_device.c
===================================================================
--- libgpod/trunk/src/itdb_device.c 2009-01-21 21:52:54 UTC (rev 2237)
+++ libgpod/trunk/src/itdb_device.c 2009-01-21 21:53:52 UTC (rev 2238)
@@ -1684,7 +1684,7 @@
return g_ascii_strtoull (fwid, NULL, 16);
}
-G_GNUC_INTERNAL ItdbChecksumType itdb_device_get_checksum_type (const
Itdb_Device *device)
+static ItdbChecksumType itdb_device_get_checksum_type (const Itdb_Device
*device)
{
const Itdb_IpodInfo *info;
Modified: libgpod/trunk/src/itdb_device.h
===================================================================
--- libgpod/trunk/src/itdb_device.h 2009-01-21 21:52:54 UTC (rev 2237)
+++ libgpod/trunk/src/itdb_device.h 2009-01-21 21:53:52 UTC (rev 2238)
@@ -166,7 +166,6 @@
G_GNUC_INTERNAL guint64 itdb_device_get_firewire_id (const Itdb_Device
*device);
G_GNUC_INTERNAL gboolean itdb_device_supports_sparse_artwork (const
Itdb_Device *device);
G_GNUC_INTERNAL gboolean itdb_device_get_storage_info (Itdb_Device *device,
guint64 *capacity, guint64 *free);
-G_GNUC_INTERNAL ItdbChecksumType itdb_device_get_checksum_type (const
Itdb_Device *device);
G_GNUC_INTERNAL gboolean itdb_device_write_checksum (Itdb_Device *device,
unsigned char *itdb_data,
gsize itdb_len,
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
_______________________________________________
gtkpod-cvs2 mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gtkpod-cvs2