summaryrefslogtreecommitdiffstats
path: root/src/itdb.h
diff options
context:
space:
mode:
authorChristophe Fergeau <teuf@gnome.org>2005-11-06 17:37:09 +0000
committerChristophe Fergeau <teuf@gnome.org>2005-11-06 17:37:09 +0000
commit58c0453c931f0a3aac3542220b71bc2ed34ebfa5 (patch)
treeb7a6a7234ec3f495d03d9e1ac73ddf78203feb3e /src/itdb.h
parente03c1390582e79e75fcfb8dd7312dc13b2c55bea (diff)
downloadlibgpod-58c0453c931f0a3aac3542220b71bc2ed34ebfa5.tar.gz
libgpod-58c0453c931f0a3aac3542220b71bc2ed34ebfa5.tar.xz
libgpod-58c0453c931f0a3aac3542220b71bc2ed34ebfa5.zip
2005-11-06 Christophe Fergeau <teuf@gnome.org>
* 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
Diffstat (limited to 'src/itdb.h')
-rw-r--r--src/itdb.h4
1 files changed, 4 insertions, 0 deletions
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 <time.h>
#include <glib.h>
+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