mistserver/src/controller_capabilities.h

5 lines
90 B
C++

#include <mist/json.h>
namespace Controller {
void checkCapable(JSON::Value & capa);
}