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

Telnet服务器

开发平台:

Unix_Linux

  1. #ifndef __NESSUSLIB_IDS_SEND_H__
  2. #define __NESSUSLIB_IDS_SEND_H__
  3. int ids_send(int, void*, int, int);
  4. int ids_open_sock_tcp(struct arglist*, int, int, int);
  5. #endif