projects
/
platform
/
upstream
/
freerdp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
894d926
)
rail: server: mark rail_send_pdu as static function
author
Kobi Mizrachi
<kmizrachi18@gmail.com>
Mon, 6 Jul 2020 05:27:13 +0000
(08:27 +0300)
committer
Armin Novak
<armin.novak@thincast.com>
Mon, 6 Jul 2020 09:15:25 +0000
(11:15 +0200)
(cherry picked from commit
c3b28e8bced83dd992854e18b8f82eef7af9e54d
)
channels/rail/server/rail_main.c
patch
|
blob
|
history
diff --git
a/channels/rail/server/rail_main.c
b/channels/rail/server/rail_main.c
index
18a7072
..
71ad047
100644
(file)
--- a/
channels/rail/server/rail_main.c
+++ b/
channels/rail/server/rail_main.c
@@
-60,7
+60,7
@@
static UINT rail_send(RailServerContext* context, wStream* s, ULONG length)
*
* @return 0 on success, otherwise a Win32 error code
*/
-UINT rail_send_pdu(RailServerContext* context, wStream* s, UINT16 orderType)
+
static
UINT rail_send_pdu(RailServerContext* context, wStream* s, UINT16 orderType)
{
UINT16 orderLength;