frexp, frexp-nolibm: Move AC_LIBOBJ invocations to module description.
[pspp] / lib / unictype.in.h
index 726f465cfcd23f2ee766e68aee995a90fbd55a48..19faea12c057cfd43cc0321ab238fb26a6ede441 100644 (file)
@@ -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);