rclient.h 125 B

1234567
  1. #ifndef __RCLIENT_H__
  2. #define __RCLIENT_H__
  3. int tag_hello(unsigned char *target, byte key[16]);
  4. #endif /* __RCLIENT_H_ */