summaryrefslogtreecommitdiff
path: root/src/common/extstr.h
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2015-12-01 20:11:27 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2015-12-01 20:12:35 (GMT)
commit1c9e36639b949cc765dab316825f9fec7af85a6e (patch)
tree862c1aaf89f31972930b5c938ae49cee4bb724ec /src/common/extstr.h
parent99f653189e448b3ff3f2f02ab876231d44fa1ce3 (diff)
Computed relative and absolute paths.
Diffstat (limited to 'src/common/extstr.h')
-rw-r--r--src/common/extstr.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/extstr.h b/src/common/extstr.h
index b8bd225..6542d2f 100644
--- a/src/common/extstr.h
+++ b/src/common/extstr.h
@@ -30,7 +30,7 @@
/* Complète une chaîne de caractères avec une autre. */
-char *stradd(char *str1, const char *str2);
+char *stradd(char *, const char *);
/* Complète une chaîne de caractères avec une autre. */
char *strnadd(char *, const char *, size_t);