#include <stdio.h> #include "common.h" #include "command.h" int main(int argc, char *argv[]) { add_configure_by_type(PUB_ADD_DEVICES_NONE_HTTP, SUB_ADD_DEVICES_NONE_HTTP); return 0; }