diff options
Diffstat (limited to 'lib/misc.h')
| -rw-r--r-- | lib/misc.h | 3 | 
1 files changed, 3 insertions, 0 deletions
| @@ -51,6 +51,9 @@ G_MODULE_EXPORT char *escape_html( const char *html );  G_MODULE_EXPORT void http_decode( char *s );  G_MODULE_EXPORT void http_encode( char *s ); +G_MODULE_EXPORT char *ipv6_wrap( char *src ); +G_MODULE_EXPORT char *ipv6_unwrap( char *src ); +  G_MODULE_EXPORT signed int do_iconv( char *from_cs, char *to_cs, char *src, char *dst, size_t size, size_t maxbuf );  G_MODULE_EXPORT void random_bytes( unsigned char *buf, int count ); | 
