1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-05 09:13:14 +02:00

Add function "string_decode_base64" in plugin API

This commit is contained in:
Sebastien Helleu
2010-02-16 16:57:22 +01:00
parent 341551f2f2
commit ce1b23311c
7 changed files with 153 additions and 5 deletions
+1
View File
@@ -57,5 +57,6 @@ extern char *string_iconv_from_internal (const char *charset,
extern void string_iconv_fprintf (FILE *file, const char *data, ...);
extern char *string_format_size (unsigned long size);
extern void string_encode_base64 (const char *from, int length, char *to);
extern int string_decode_base64 (const char *from, char *to);
#endif /* wee-string.h */