aboutsummaryrefslogtreecommitdiff
path: root/libutf.h
diff options
context:
space:
mode:
Diffstat (limited to 'libutf.h')
-rw-r--r--libutf.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libutf.h b/libutf.h
index 4d3f91c..b255961 100644
--- a/libutf.h
+++ b/libutf.h
@@ -1,6 +1,8 @@
#ifndef LIBUTF_H
#define LIBUTF_H
+const char *utfnext(const char *s);
+
/* libutf8 © 2012-2015 Connor Lane Smith <cls@lubutu.com> */
#include <stddef.h>
#include <stdint.h>