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