diff options
Diffstat (limited to '')
-rw-r--r-- | src/PlaylistFile.h (renamed from src/stored_playlist.h) | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/stored_playlist.h b/src/PlaylistFile.h index cfe49633c..35eda6d7b 100644 --- a/src/stored_playlist.h +++ b/src/PlaylistFile.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2003-2011 The Music Player Daemon Project + * Copyright (C) 2003-2012 The Music Player Daemon Project * http://www.musicpd.org * * This program is free software; you can redistribute it and/or modify @@ -34,6 +34,8 @@ struct stored_playlist_info { extern bool playlist_saveAbsolutePaths; +G_BEGIN_DECLS + /** * Perform some global initialization, e.g. load configuration values. */ @@ -85,4 +87,6 @@ spl_append_uri(const char *file, const char *utf8file, GError **error_r); bool spl_rename(const char *utf8from, const char *utf8to, GError **error_r); +G_END_DECLS + #endif |