aboutsummaryrefslogtreecommitdiffstats
path: root/src/CommandError.hxx
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/CommandError.hxx (renamed from src/CommandError.h)8
1 files changed, 2 insertions, 6 deletions
diff --git a/src/CommandError.h b/src/CommandError.hxx
index f43afdb3d..a90e24427 100644
--- a/src/CommandError.h
+++ b/src/CommandError.hxx
@@ -17,16 +17,14 @@
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
-#ifndef MPD_COMMAND_ERROR_H
-#define MPD_COMMAND_ERROR_H
+#ifndef MPD_COMMAND_ERROR_HXX
+#define MPD_COMMAND_ERROR_HXX
#include "command.h"
#include "playlist_error.h"
#include <glib.h>
-G_BEGIN_DECLS
-
enum command_return
print_playlist_result(struct client *client, enum playlist_result result);
@@ -36,6 +34,4 @@ print_playlist_result(struct client *client, enum playlist_result result);
enum command_return
print_error(struct client *client, GError *error);
-G_END_DECLS
-
#endif