summaryrefslogtreecommitdiff
path: root/src/core/wee-string.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/wee-string.h')
-rw-r--r--src/core/wee-string.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/wee-string.h b/src/core/wee-string.h
index dda4bd1d9..ea77bb0f5 100644
--- a/src/core/wee-string.h
+++ b/src/core/wee-string.h
@@ -56,5 +56,6 @@ extern char *string_iconv_from_internal (const char *charset,
const char *string);
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);
#endif /* wee-string.h */