X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Funictype.in.h;h=19faea12c057cfd43cc0321ab238fb26a6ede441;hb=67d133ee7b512af59a392f533b17302d71e937db;hp=726f465cfcd23f2ee766e68aee995a90fbd55a48;hpb=ef51234c7d0d7fb58f507b093f2f1d8aa4b8ea4b;p=gnulib.git diff --git a/lib/unictype.in.h b/lib/unictype.in.h index 726f465cf..19faea12c 100644 --- a/lib/unictype.in.h +++ b/lib/unictype.in.h @@ -415,7 +415,12 @@ enum extern const char * uc_joining_type_name (int joining_type); -/* Return the joining type given by name, e.g. "D". */ +/* 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", or by long name, e.g. + "Dual Joining". */ extern int uc_joining_type_byname (const char *joining_type_name);