From 58c0453c931f0a3aac3542220b71bc2ed34ebfa5 Mon Sep 17 00:00:00 2001 From: Christophe Fergeau Date: Sun, 6 Nov 2005 17:37:09 +0000 Subject: 2005-11-06 Christophe Fergeau * src/ipod-device.h: * src/itdb.h: added missing G_BEGIN_DECLS and G_END_DECLS git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/libgpod/trunk@1142 f01d2545-417e-4e96-918e-98f8d0dbbcb6 --- ChangeLog | 5 +++++ src/ipod-device.h | 2 ++ src/itdb.h | 4 ++++ 3 files changed, 11 insertions(+) diff --git a/ChangeLog b/ChangeLog index ea401f2..11b1802 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2005-11-06 Christophe Fergeau + + * src/ipod-device.h: + * src/itdb.h: added missing G_BEGIN_DECLS and G_END_DECLS + 2005-11-05 Christophe Fergeau * src/itdb_track.c: (is_video_ipod), (itdb_track_set_defaults): deal diff --git a/src/ipod-device.h b/src/ipod-device.h index 5576c09..dc21c44 100644 --- a/src/ipod-device.h +++ b/src/ipod-device.h @@ -201,4 +201,6 @@ gboolean itdb_device_save(IpodDevice *device, GError **error); GList *itdb_device_list_devices(void); GList *itdb_device_list_device_udis(void); +G_END_DECLS + #endif /* IPOD_DEVICE_H */ diff --git a/src/itdb.h b/src/itdb.h index dcff806..b5d3bb5 100644 --- a/src/itdb.h +++ b/src/itdb.h @@ -46,6 +46,8 @@ #include #include +G_BEGIN_DECLS + /* one star is how much (track->rating) */ #define ITDB_RATING_STEP 20 @@ -727,4 +729,6 @@ guint64 itdb_time_get_mac_time (void); time_t itdb_time_mac_to_host (guint64 mactime); guint64 itdb_time_host_to_mac (time_t time); +G_END_DECLS + #endif -- cgit