diff options
Diffstat (limited to 'include/libssh/scp.h')
-rw-r--r-- | include/libssh/scp.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/libssh/scp.h b/include/libssh/scp.h index 346c98b..d4fa42b 100644 --- a/include/libssh/scp.h +++ b/include/libssh/scp.h @@ -40,8 +40,8 @@ struct ssh_scp_struct { ssh_channel channel; char *location; enum ssh_scp_states state; - size_t filelen; - size_t processed; + uint64_t filelen; + uint64_t processed; enum ssh_scp_request_types request_type; char *request_name; char *warning; |