rail: server: mark rail_send_pdu as static function

(cherry picked from commit c3b28e8bced83dd992854e18b8f82eef7af9e54d)
This commit is contained in:
Kobi Mizrachi 2020-07-06 08:27:13 +03:00 committed by Armin Novak
parent 894d926a29
commit 7f10a9261c

View File

@ -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;