From a5d8b27671b829d2b17554b056b681c66ae7fb74 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Tue, 25 Sep 2012 12:16:42 +0200 Subject: command.h: move function prototypes to AllCommands.h --- src/AllCommands.cxx | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/AllCommands.cxx') 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" -- cgit v1.2.3