From 050ba302cb5e5a813a4b01785789b2e327491a49 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Wed, 8 Aug 2012 20:12:20 +0200 Subject: song: use C++ compiler --- src/song.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/song.h') diff --git a/src/song.h b/src/song.h index 8b97d45d..441d8729 100644 --- a/src/song.h +++ b/src/song.h @@ -58,6 +58,8 @@ struct song { char uri[sizeof(int)]; }; +G_BEGIN_DECLS + /** allocate a new song with a remote URL */ struct song * song_remote_new(const char *uri); @@ -117,4 +119,6 @@ song_is_file(const struct song *song) return song_in_database(song) || song->uri[0] == '/'; } +G_END_DECLS + #endif -- cgit v1.2.3