aboutsummaryrefslogtreecommitdiffstats
path: root/src/CommandLine.hxx
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2013-01-03 17:31:38 +0100
committerMax Kellermann <max@duempel.org>2013-01-03 17:31:38 +0100
commit1e0ea57dc4a75f846dc417996a3ec7bd18112098 (patch)
tree2a3171bfb7d7aa02d24d0474f16886be768fa417 /src/CommandLine.hxx
parent70b87f2eb620bdf1d7e07141914feb2316794fb3 (diff)
downloadmpd-1e0ea57dc4a75f846dc417996a3ec7bd18112098.tar.gz
mpd-1e0ea57dc4a75f846dc417996a3ec7bd18112098.tar.xz
mpd-1e0ea57dc4a75f846dc417996a3ec7bd18112098.zip
cmdline: convert to C++
Diffstat (limited to '')
-rw-r--r--src/CommandLine.hxx (renamed from src/cmdline.h)8
1 files changed, 3 insertions, 5 deletions
diff --git a/src/cmdline.h b/src/CommandLine.hxx
index 68f625a6c..7a8731f82 100644
--- a/src/cmdline.h
+++ b/src/CommandLine.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,13 +17,11 @@
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
-#ifndef CMDLINE_H
-#define CMDLINE_H
+#ifndef MPD_COMMAND_LINE_HXX
+#define MPD_COMMAND_LINE_HXX
#include <glib.h>
-#include <stdbool.h>
-
struct options {
gboolean kill;
gboolean daemon;