aboutsummaryrefslogtreecommitdiff
path: root/src/AllCommands.cxx
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2012-09-25 12:16:42 +0200
committerMax Kellermann <max@duempel.org>2012-09-25 12:20:36 +0200
commita5d8b27671b829d2b17554b056b681c66ae7fb74 (patch)
tree94373b2afc7549fca1fec1752f4502289639af22 /src/AllCommands.cxx
parentf3f25d5d40d0627392c20a632dbb751449c77e15 (diff)
command.h: move function prototypes to AllCommands.h
Diffstat (limited to 'src/AllCommands.cxx')
-rw-r--r--src/AllCommands.cxx5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/AllCommands.cxx b/src/AllCommands.cxx
index 003fcbe3..28e3d3eb 100644
--- a/src/AllCommands.cxx
+++ b/src/AllCommands.cxx
@@ -18,6 +18,11 @@
*/
#include "config.h"
+
+extern "C" {
+#include "AllCommands.h"
+}
+
#include "command.h"
#include "QueueCommands.hxx"
#include "PlayerCommands.hxx"