summaryrefslogtreecommitdiff
path: root/include/luma/utf8enc.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/luma/utf8enc.h')
-rw-r--r--include/luma/utf8enc.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/luma/utf8enc.h b/include/luma/utf8enc.h
new file mode 100644
index 0000000..8b9aa25
--- /dev/null
+++ b/include/luma/utf8enc.h
@@ -0,0 +1,5 @@
+# if !defined(LUMA_HDR_UTF8ENC)
+# define LUMA_HDR_UTF8ENC
+# include <stdint.h>
+extern uint8_t const * luma_utf8enc(uint32_t * codep);
+# endif