compute Sentence_Break as well
[disorder] / lib / charset.h
index b172b76..70b5b2f 100644 (file)
@@ -66,6 +66,8 @@ static inline char *nullcheck(char *s) {
 int ucs4cmp(const uint32_t *a, const uint32_t *b);
 /* like strcmp */
 
+const char *truncate_for_display(const char *s, long max);
+
 #endif /* CHARSET_H */
 
 /*