aboutsummaryrefslogtreecommitdiff
path: root/src/utf8.hh
diff options
context:
space:
mode:
authorcorvid <corvid@lavabit.com>2009-05-17 12:04:13 -0400
committercorvid <corvid@lavabit.com>2009-05-17 12:04:13 -0400
commit5ff1a29d501f97a01c983ef62f4e6b76b7814785 (patch)
tree4fcf1ba4d94e1d76bc65ac7ea3addea0dfa2a129 /src/utf8.hh
parentf15858539330c89f607d039fc51979c432c5192c (diff)
New utility function: a_Utf8_end_of_char()
Diffstat (limited to 'src/utf8.hh')
-rw-r--r--src/utf8.hh4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/utf8.hh b/src/utf8.hh
index f4d4bced..e861d600 100644
--- a/src/utf8.hh
+++ b/src/utf8.hh
@@ -5,6 +5,10 @@
extern "C" {
#endif /* __cplusplus */
+
+#include "d_size.h"
+
+uint_t a_Utf8_end_of_char(const char *str, uint_t i);
int a_Utf8_encode(unsigned int ucs, char *buf);
int a_Utf8_test(const char* src, unsigned int srclen);