summaryrefslogtreecommitdiffstats
path: root/utf8proc/utf8proc.h
diff options
context:
space:
mode:
Diffstat (limited to 'utf8proc/utf8proc.h')
-rw-r--r--utf8proc/utf8proc.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/utf8proc/utf8proc.h b/utf8proc/utf8proc.h
index 59e5389..86a9a27 100644
--- a/utf8proc/utf8proc.h
+++ b/utf8proc/utf8proc.h
@@ -209,7 +209,8 @@ typedef enum {
* Strip unassigned codepoints.
*/
UTF8PROC_STRIPNA = (1<<14),
-} utf8proc_option_t;
+} utf8proc_option_e;
+typedef int utf8proc_option_t;
/** @name Error codes
* Error codes being returned by almost all functions.