rizin/libr/include/r_util/r_punycode.h
2017-03-01 09:56:10 +01:00

6 lines
212 B
C

#ifndef R_PUNYCODE_H
#define R_PUNYCODE_H
R_API char *r_punycode_encode(const ut8 *src, int srclen, int *dstlen);
R_API char *r_punycode_decode(const char *src, int srclen, int *dstlen);
#endif // R_PUNYCODE_H