From e4da8b99feb82f4b86ec158b8056d24c3a2dde7d Mon Sep 17 00:00:00 2001 From: Aris Adamantiadis Date: Sun, 9 Aug 2009 02:01:54 +0200 Subject: Initial scp implementation in source tree --- include/libssh/priv.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'include/libssh/priv.h') diff --git a/include/libssh/priv.h b/include/libssh/priv.h index ffdf8fd7..e5c102a8 100644 --- a/include/libssh/priv.h +++ b/include/libssh/priv.h @@ -342,6 +342,13 @@ struct ssh_keys_struct { const char *publickey; }; +struct ssh_scp_struct { + ssh_session session; + int mode; + ssh_channel channel; + char *location; +}; + struct ssh_message; struct ssh_session_struct { -- cgit