summaryrefslogtreecommitdiff
path: root/MirOTR/entities.h
diff options
context:
space:
mode:
Diffstat (limited to 'MirOTR/entities.h')
-rw-r--r--MirOTR/entities.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/MirOTR/entities.h b/MirOTR/entities.h
index 2fb84af..bf4c8eb 100644
--- a/MirOTR/entities.h
+++ b/MirOTR/entities.h
@@ -19,4 +19,6 @@ extern size_t decode_html_entities_utf8(char *dest, const char *src, size_t len)
the function returns the length of the decoded string
*/
+extern char * encode_html_entities_utf8(const char *src);
+
#endif