hg_utils.h
上传用户:tjescc
上传日期:2021-02-23
资源大小:419k
文件大小:0k
源码类别:

Telnet服务器

开发平台:

Unix_Linux

  1. #ifndef HL2_UTILS_H__
  2. #define HL2_UTILS_H__
  3. struct in_addr hg_resolv(char *);
  4. int hg_get_name_from_ip(struct in_addr, char *, int);
  5. char * hg_name_to_domain(char * name);
  6. void hg_hosts_cleanup(struct hg_host *);
  7. void hg_host_cleanup(struct hg_host *);
  8. #endif