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