summaryrefslogtreecommitdiffstats
path: root/libssh/options.c
diff options
context:
space:
mode:
Diffstat (limited to 'libssh/options.c')
-rw-r--r--libssh/options.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libssh/options.c b/libssh/options.c
index 868ffa4..46d822f 100644
--- a/libssh/options.c
+++ b/libssh/options.c
@@ -159,7 +159,7 @@ static int ssh_options_set_algo(ssh_session session, int algo,
return 0;
}
-static char *dir_expand_dup(ssh_session session, const char *value, int allowsshdir) {
+char *dir_expand_dup(ssh_session session, const char *value, int allowsshdir) {
char *new;
if (value[0] == '~' && value[1] == '/') {