aboutsummaryrefslogtreecommitdiffstats
path: root/src/ConfigGlobal.hxx
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2013-08-07 19:58:52 +0200
committerMax Kellermann <max@duempel.org>2013-08-07 19:58:52 +0200
commitabe090ec1f2255ce422f74e5b59bffc83aaff875 (patch)
treea5fb54e1484faeb549b9b0c1c5b27936a63a9099 /src/ConfigGlobal.hxx
parentdff05c71e61b2fe1aab4bef4fabf9bb093769bf1 (diff)
downloadmpd-abe090ec1f2255ce422f74e5b59bffc83aaff875.tar.gz
mpd-abe090ec1f2255ce422f74e5b59bffc83aaff875.tar.xz
mpd-abe090ec1f2255ce422f74e5b59bffc83aaff875.zip
*: remove remaining __cplusplus checks
Diffstat (limited to 'src/ConfigGlobal.hxx')
-rw-r--r--src/ConfigGlobal.hxx14
1 files changed, 0 insertions, 14 deletions
diff --git a/src/ConfigGlobal.hxx b/src/ConfigGlobal.hxx
index 9abfb2b5d..fff813f3e 100644
--- a/src/ConfigGlobal.hxx
+++ b/src/ConfigGlobal.hxx
@@ -30,9 +30,7 @@
#define DEFAULT_PLAYLIST_MAX_LENGTH (1024*16)
#define DEFAULT_PLAYLIST_SAVE_ABSOLUTE_PATHS false
-#ifdef __cplusplus
class Path;
-#endif
void config_global_init(void);
void config_global_finish(void);
@@ -43,17 +41,9 @@ void config_global_finish(void);
*/
void config_global_check(void);
-#ifdef __cplusplus
-
bool
ReadConfigFile(const Path &path, GError **error_r);
-#endif
-
-#ifdef __cplusplus
-extern "C" {
-#endif
-
/* don't free the returned value
set _last_ to NULL to get first entry */
gcc_pure
@@ -102,8 +92,4 @@ config_get_positive(enum ConfigOption option, unsigned default_value);
gcc_pure
bool config_get_bool(enum ConfigOption option, bool default_value);
-#ifdef __cplusplus
-}
-#endif
-
#endif