rail: server: mark rail_send_pdu as static function

This commit is contained in:
Kobi Mizrachi 2020-07-06 08:27:13 +03:00
parent 1bec9591a9
commit c3b28e8bce
1 changed files with 1 additions and 1 deletions

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 * @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; UINT16 orderLength;