From f92e12c7b0950666fbbe8a8fabc7258a831dbab1 Mon Sep 17 00:00:00 2001 From: Aris Adamantiadis Date: Sun, 9 Aug 2009 22:51:03 +0200 Subject: ssh_scp_push_file and ssh_scp_write still needs tests --- include/libssh/priv.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/libssh/priv.h') 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; -- cgit