aboutsummaryrefslogtreecommitdiffstats
path: root/src/utils.h
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2013-04-09 01:17:47 +0200
committerMax Kellermann <max@duempel.org>2013-04-09 01:17:47 +0200
commit3f3b26fb0ee090bfc1321572904aa94deca42a84 (patch)
treef0fe8f98c86ac29782e8c3b5b57dcadcc23f20c4 /src/utils.h
parent0921180b9020c2a83d0c1e6636d32278770de5d9 (diff)
downloadmpd-3f3b26fb0ee090bfc1321572904aa94deca42a84.tar.gz
mpd-3f3b26fb0ee090bfc1321572904aa94deca42a84.tar.xz
mpd-3f3b26fb0ee090bfc1321572904aa94deca42a84.zip
utils: convert to C++
Diffstat (limited to '')
-rw-r--r--src/ConfigPath.hxx (renamed from src/utils.h)6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/utils.h b/src/ConfigPath.hxx
index 059d44fa3..42e51215f 100644
--- a/src/utils.h
+++ b/src/ConfigPath.hxx
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2003-2011 The Music Player Daemon Project
+ * Copyright (C) 2003-2013 The Music Player Daemon Project
* http://www.musicpd.org
*
* This program is free software; you can redistribute it and/or modify
@@ -17,8 +17,8 @@
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
-#ifndef MPD_UTILS_H
-#define MPD_UTILS_H
+#ifndef MPD_CONFIG_PATH_HXX
+#define MPD_CONFIG_PATH_HXX
#include "gerror.h"