Merge branch 'development' into LTS_development

This commit is contained in:
Thulinma 2015-04-16 12:40:58 +02:00
commit 5b86b0254b

View file

@ -1,9 +1,7 @@
#include <mist/converter.h>
#include <mist/json.h>
namespace Controller {
extern JSON::Value capabilities; ///< Global storage of capabilities
//extern Converter::Converter * myConverter;
void checkCapable(JSON::Value & capa);
void checkAvailProtocols();
}