7 lines
191 B
C++
7 lines
191 B
C++
#include <mist/json.h>
|
|
|
|
namespace Controller {
|
|
extern JSON::Value capabilities; ///< Global storage of capabilities
|
|
void checkCapable(JSON::Value & capa);
|
|
void checkAvailProtocols();
|
|
}
|