aboutsummaryrefslogtreecommitdiffstats
path: root/src/input/Domain.hxx
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2014-11-07 19:41:19 +0100
committerMax Kellermann <max@duempel.org>2014-11-07 19:41:19 +0100
commit2d9876a261d62192b5ce976eae376ac4e1fd4b38 (patch)
tree7ad2b73867f1bf0a76d8058df30e0ad68aa42c97 /src/input/Domain.hxx
parent303d67aed2da79d4ddaa3a52093ed42ae9da064d (diff)
parent125eb01e03082f1c33fa1b0b6d51b953eebf6c28 (diff)
downloadmpd-2d9876a261d62192b5ce976eae376ac4e1fd4b38.tar.gz
mpd-2d9876a261d62192b5ce976eae376ac4e1fd4b38.tar.xz
mpd-2d9876a261d62192b5ce976eae376ac4e1fd4b38.zip
Merge branch 'v0.19.x'
Diffstat (limited to 'src/input/Domain.hxx')
-rw-r--r--src/input/Domain.hxx27
1 files changed, 27 insertions, 0 deletions
diff --git a/src/input/Domain.hxx b/src/input/Domain.hxx
new file mode 100644
index 000000000..16fa5e0f1
--- /dev/null
+++ b/src/input/Domain.hxx
@@ -0,0 +1,27 @@
+/*
+ * Copyright (C) 2003-2014 The Music Player Daemon Project
+ * http://www.musicpd.org
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License along
+ * with this program; if not, write to the Free Software Foundation, Inc.,
+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
+ */
+
+#ifndef MPD_INPUT_DOMAIN_HXX
+#define MPD_INPUT_DOMAIN_HXX
+
+class Domain;
+
+extern const Domain input_domain;
+
+#endif