tcpReceiver.h 113 B

1234567
  1. #ifndef _TCPRECEIVER_H_
  2. #define _TCPRECEIVER_H_
  3. void *thd_tcpReceiver(void*);
  4. void *tcp_inst(void* arg);
  5. #endif