diff options
author | sss <sss@dark-alexandr.net> | 2023-01-17 00:38:19 +0300 |
---|---|---|
committer | sss <sss@dark-alexandr.net> | 2023-01-17 00:38:19 +0300 |
commit | cc3f33db7a8d3c4ad373e646b199808e01bc5d9b (patch) | |
tree | ec09d690c7656ab5f2cc72607e05fb359c24d8b2 /src/rdp/rdp_user_input.h |
added webrdp public code
Diffstat (limited to 'src/rdp/rdp_user_input.h')
-rw-r--r-- | src/rdp/rdp_user_input.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/rdp/rdp_user_input.h b/src/rdp/rdp_user_input.h new file mode 100644 index 0000000..c7851e4 --- /dev/null +++ b/src/rdp/rdp_user_input.h @@ -0,0 +1,10 @@ +/* BSD-2-Clause license + * + * Copyright (c) 2018-2023 NST <www.newinfosec.ru>, sss <sss at dark-alexandr dot net>. + * + */ + +#pragma once + +void register_input(wrdp_backend_module *backend); +void register_pointer(rdpPointer *p); |