summaryrefslogtreecommitdiff
path: root/src/common/extstr.h
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2012-10-17 21:04:36 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2012-10-17 21:04:36 (GMT)
commited846003946a44588c7c131b9c9001f97bf10711 (patch)
tree4385e199d1a42507067521eaf5d98718229133a8 /src/common/extstr.h
parentf08d214e1b13bd56e0305e2e4ae511f6f7514195 (diff)
Updated panels captions again.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@271 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'src/common/extstr.h')
-rw-r--r--src/common/extstr.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/common/extstr.h b/src/common/extstr.h
index fa1b21b..592719e 100644
--- a/src/common/extstr.h
+++ b/src/common/extstr.h
@@ -47,6 +47,9 @@ char **strtoka(const char *, const char *, size_t *);
/* S'assure qu'une chaîne de caractères tient sur une ligne. */
char *escape_crlf(char *);
+/* Borne la taille d'une chaîne à une valeur donnée. */
+char *ellipsis(char *, size_t);
+
#endif /* _COMMON_EXTSTR_H */