]> git.marmaro.de Git - mmh/blobdiff - sbr/utils.c
Use the same mh_hostname() function from test/common.h in mhsign(1)
[mmh] / sbr / utils.c
index 466b9aba2627e7c4f1e6d9d384e2ca69e83063e4..ef0ee9738676d018b9c191f3d339cf89593b04ff 100644 (file)
@@ -114,7 +114,7 @@ pwd(void)
 **       -- malloc'ed memory.  Then free "s1".
 */
 char *
-add(char *s2, char *s1)
+add(const char *s2, char *s1)
 {
        char *cp;
        size_t len1 = 0, len2 = 0;