From 7f10a9261c32dfbd3191e30f772d3ce41cf119d2 Mon Sep 17 00:00:00 2001 From: Kobi Mizrachi Date: Mon, 6 Jul 2020 08:27:13 +0300 Subject: [PATCH] rail: server: mark rail_send_pdu as static function (cherry picked from commit c3b28e8bced83dd992854e18b8f82eef7af9e54d) --- channels/rail/server/rail_main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/channels/rail/server/rail_main.c b/channels/rail/server/rail_main.c index 18a707242..71ad047d8 100644 --- 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;