summaryrefslogtreecommitdiff
path: root/lib/unictype.in.h
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2011-03-26 13:18:10 +0100
committerBruno Haible <bruno@clisp.org>2011-03-26 13:18:10 +0100
commit0f7c8434ebeba7b6a24561d0ed5943e955f7816c (patch)
tree182b1259345973b1a04611f4718b708a3642d0b3 /lib/unictype.in.h
parentef51234c7d0d7fb58f507b093f2f1d8aa4b8ea4b (diff)
downloadgnulib-0f7c8434ebeba7b6a24561d0ed5943e955f7816c.tar.gz
New module 'unictype/joiningtype-longname'.
* lib/unictype.in.h (uc_joiningtype_class_long_name): New declaration. * lib/unictype/joiningtype_longname.c: New file. * modules/unictype/joiningtype-longname: New file. * modules/unictype/joiningtype-all (Depends-on): Add unictype/joiningtype-longname.
Diffstat (limited to 'lib/unictype.in.h')
-rw-r--r--lib/unictype.in.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/unictype.in.h b/lib/unictype.in.h
index 726f465cfc..dd5503666a 100644
--- a/lib/unictype.in.h
+++ b/lib/unictype.in.h
@@ -415,6 +415,10 @@ enum
extern const char *
uc_joining_type_name (int joining_type);
+/* Return the long name of a joining type. */
+extern const char *
+ uc_joining_type_long_name (int joining_type);
+
/* Return the joining type given by name, e.g. "D". */
extern int
uc_joining_type_byname (const char *joining_type_name);