summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorAndreas Schneider <mail@cynapses.org>2010-05-10 23:18:09 +0200
committerAndreas Schneider <mail@cynapses.org>2010-05-11 09:44:29 +0200
commitb8bc3a658248692a3d4548fca54201f34713927c (patch)
tree45a978d1970cf1b76012abcccfa34ed552fb1759 /include
parent07e8d8f1f25518bae8789534e3bdff90e116a774 (diff)
downloadlibssh-b8bc3a658248692a3d4548fca54201f34713927c.tar.gz
libssh-b8bc3a658248692a3d4548fca54201f34713927c.tar.xz
libssh-b8bc3a658248692a3d4548fca54201f34713927c.zip
Added a function to expand an escaped string.
Diffstat (limited to 'include')
-rw-r--r--include/libssh/misc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/libssh/misc.h b/include/libssh/misc.h
index 0150cf61..be741fbc 100644
--- a/include/libssh/misc.h
+++ b/include/libssh/misc.h
@@ -29,6 +29,7 @@ char *ssh_get_local_username(ssh_session session);
int ssh_file_readaccess_ok(const char *file);
char *ssh_path_expand_tilde(const char *d);
+char *ssh_path_expand_escape(ssh_session session, const char *s);
/* macro for byte ordering */
uint64_t ntohll(uint64_t);