diff options
author | Max Kellermann <max@duempel.org> | 2012-09-25 12:16:42 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2012-09-25 12:20:36 +0200 |
commit | a5d8b27671b829d2b17554b056b681c66ae7fb74 (patch) | |
tree | 94373b2afc7549fca1fec1752f4502289639af22 /src/AllCommands.cxx | |
parent | f3f25d5d40d0627392c20a632dbb751449c77e15 (diff) | |
download | mpd-a5d8b27671b829d2b17554b056b681c66ae7fb74.tar.gz mpd-a5d8b27671b829d2b17554b056b681c66ae7fb74.tar.xz mpd-a5d8b27671b829d2b17554b056b681c66ae7fb74.zip |
command.h: move function prototypes to AllCommands.h
Diffstat (limited to 'src/AllCommands.cxx')
-rw-r--r-- | src/AllCommands.cxx | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/AllCommands.cxx b/src/AllCommands.cxx index 003fcbe3b..28e3d3ebd 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" |