aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/libssh/misc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/libssh/misc.h b/include/libssh/misc.h
index efac4445..5044817a 100644
--- a/include/libssh/misc.h
+++ b/include/libssh/misc.h
@@ -98,5 +98,5 @@ int ssh_quote_file_name(const char *file_name, char *buf, size_t buf_len);
int ssh_newline_vis(const char *string, char *buf, size_t buf_len);
int ssh_tmpname(char *template);
-char *ssh_strreplace(char *src, const char *pattern, const char *repl);
+char *ssh_strreplace(const char *src, const char *pattern, const char *repl);
#endif /* MISC_H_ */