aboutsummaryrefslogtreecommitdiff
path: root/include/libssh
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 02:10:55 +0200
commitfac56bae327d503464c6c08113b41153064551a1 (patch)
tree19e83e0ab4426fdf48a0f8657ef835ed42ee25d4 /include/libssh
parentc5c1698cde431a8e0142c3936862069f77c3e5a8 (diff)
downloadlibssh-fac56bae327d503464c6c08113b41153064551a1.tar.gz
libssh-fac56bae327d503464c6c08113b41153064551a1.tar.xz
libssh-fac56bae327d503464c6c08113b41153064551a1.zip
Added a function to expand an escaped string.
Diffstat (limited to 'include/libssh')
-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 05c6d493..2c10944c 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);