From cc3f33db7a8d3c4ad373e646b199808e01bc5d9b Mon Sep 17 00:00:00 2001 From: sss Date: Tue, 17 Jan 2023 00:38:19 +0300 Subject: added webrdp public code --- src/rdp/rdp_ft.h | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 src/rdp/rdp_ft.h (limited to 'src/rdp/rdp_ft.h') diff --git a/src/rdp/rdp_ft.h b/src/rdp/rdp_ft.h new file mode 100644 index 0000000..38b6a34 --- /dev/null +++ b/src/rdp/rdp_ft.h @@ -0,0 +1,17 @@ +/* BSD-2-Clause license + * + * Copyright (c) 2018-2023 NST , sss . + * + */ + +#pragma once + +struct my_rdp_ft_s +{ + uint32_t transfer_id, file_id; + bool is_runing; + uint64_t file_size, transferred; +}; + +void register_ft(wrdp_backend_module *backend); + -- cgit v1.2.3