diff options
Diffstat (limited to 'include/libssh/priv.h')
-rw-r--r-- | include/libssh/priv.h | 7 |
1 files changed, 7 insertions, 0 deletions
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 { |