summaryrefslogtreecommitdiffstats
path: root/include/libssh/priv.h
diff options
context:
space:
mode:
authorAris Adamantiadis <aris@0xbadc0de.be>2009-08-09 02:01:54 +0200
committerAris Adamantiadis <aris@0xbadc0de.be>2009-08-09 02:01:54 +0200
commite4da8b99feb82f4b86ec158b8056d24c3a2dde7d (patch)
treed5746e066620a8b1d94b98dbe14f36daf9e4f91f /include/libssh/priv.h
parentb9935790791ac6f4708522353f652e769b7ecf6b (diff)
downloadlibssh-e4da8b99feb82f4b86ec158b8056d24c3a2dde7d.tar.gz
libssh-e4da8b99feb82f4b86ec158b8056d24c3a2dde7d.tar.xz
libssh-e4da8b99feb82f4b86ec158b8056d24c3a2dde7d.zip
Initial scp implementation in source tree
Diffstat (limited to 'include/libssh/priv.h')
-rw-r--r--include/libssh/priv.h7
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 {