summaryrefslogtreecommitdiff
path: root/src/common/extstr.h
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2009-05-11 23:42:48 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2009-05-11 23:42:48 (GMT)
commit96cb6971ee3ca529958b8cb1e8e55a6eb4e60eae (patch)
tree68e49f325de3e93ef186d3e078da8ddc473aedf7 /src/common/extstr.h
parent80dc0ac97987ad9246bee7c47458a015339453bf (diff)
Reorganized the way the program is built again and added partial support for the JVM.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@63 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'src/common/extstr.h')
-rw-r--r--src/common/extstr.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/common/extstr.h b/src/common/extstr.h
index 2ce0257..3e27608 100644
--- a/src/common/extstr.h
+++ b/src/common/extstr.h
@@ -35,7 +35,10 @@ char *strprep(char *, const char *);
/* Compare deux chaînes de caractères en partant de la fin. */
int strrcmp(const char *, const char *);
-/* S'assure qu'une chaîne de caractère tient sur une ligne. */
+/* Remplace des éléments d'une chaîne par d'autres. */
+char *strrpl(char *, const char *, const char *);
+
+/* S'assure qu'une chaîne de caractères tient sur une ligne. */
char *escape_crlf(char *);