From b8bc3a658248692a3d4548fca54201f34713927c 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') 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); -- cgit