summaryrefslogtreecommitdiffstats
path: root/include/libssh/priv.h
diff options
context:
space:
mode:
authorAris Adamantiadis <aris@0xbadc0de.be>2009-08-09 22:51:03 +0200
committerAris Adamantiadis <aris@0xbadc0de.be>2009-08-09 22:51:03 +0200
commitf92e12c7b0950666fbbe8a8fabc7258a831dbab1 (patch)
tree1761957f42b3138ee316aaf6833713a3820e2ab4 /include/libssh/priv.h
parente4da8b99feb82f4b86ec158b8056d24c3a2dde7d (diff)
downloadlibssh-f92e12c7b0950666fbbe8a8fabc7258a831dbab1.tar.gz
libssh-f92e12c7b0950666fbbe8a8fabc7258a831dbab1.tar.xz
libssh-f92e12c7b0950666fbbe8a8fabc7258a831dbab1.zip
ssh_scp_push_file and ssh_scp_write
still needs tests
Diffstat (limited to 'include/libssh/priv.h')
-rw-r--r--include/libssh/priv.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/libssh/priv.h b/include/libssh/priv.h
index e5c102a8..4d65652d 100644
--- a/include/libssh/priv.h
+++ b/include/libssh/priv.h
@@ -347,6 +347,8 @@ struct ssh_scp_struct {
int mode;
ssh_channel channel;
char *location;
+ size_t filelen;
+ size_t processed;
};
struct ssh_message;