rclient.h 111 B

1234567
  1. #ifndef __RCLIENT_H__
  2. #define __RCLIENT_H__
  3. int tag_hello(unsigned char *target);
  4. #endif /* __RCLIENT_H_ */