From 255ee646c222c446f6cbf15737aeccf88d48517e Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Tue, 8 Jan 2013 16:38:00 +0100 Subject: song: don't use GLib --- src/song.h | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'src/song.h') diff --git a/src/song.h b/src/song.h index 6ac03695..db582bee 100644 --- a/src/song.h +++ b/src/song.h @@ -23,8 +23,6 @@ #include "util/list.h" #include "gcc.h" -#include - #include #include #include @@ -68,7 +66,9 @@ struct song { */ extern struct Directory detached_root; -G_BEGIN_DECLS +#ifdef __cplusplus +extern "C" { +#endif /** allocate a new song with a remote URL */ struct song * @@ -160,6 +160,8 @@ song_get_uri(const struct song *song); double song_get_duration(const struct song *song); -G_END_DECLS +#ifdef __cplusplus +} +#endif #endif -- cgit v1.2.3