summaryrefslogtreecommitdiffstats
path: root/utf8proc/utf8proc.h
diff options
context:
space:
mode:
authorapnadkarni <apnmbx-wits@yahoo.com>2025-09-17 05:24:07 (GMT)
committerapnadkarni <apnmbx-wits@yahoo.com>2025-09-17 05:24:07 (GMT)
commit5ab8b8b3d8634976de5ffb5fd04eed6fd1f7dc8e (patch)
treea02d02be73a7cb1357555dfeef748f3a4065336d /utf8proc/utf8proc.h
parent4b5c6bedda3393e42f06dfb50a5af067c3173b33 (diff)
parent133e32482931da3d774c7c0c8f6f176639c0639c (diff)
downloadtcl-core-apn-init-refactor.zip
tcl-core-apn-init-refactor.tar.gz
tcl-core-apn-init-refactor.tar.bz2
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.