get_user.c 181 B

12345678910
  1. #include <stdio.h>
  2. #include "common.h"
  3. #include "command.h"
  4. int main(int argc, char *argv[])
  5. {
  6. get_configure_by_type(PUB_GET_USER_NONE_HTTP,SUB_GET_USER_NONE_HTTP);
  7. return 0;
  8. }