From fac56bae327d503464c6c08113b41153064551a1 Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Mon, 10 May 2010 23:18:09 +0200 Subject: Added a function to expand an escaped string. --- include/libssh/misc.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/libssh/misc.h') 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); -- cgit v1.2.3