mirror of https://github.com/FreeRDP/FreeRDP
rail: server: mark rail_send_pdu as static function
This commit is contained in:
parent
1bec9591a9
commit
c3b28e8bce
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in New Issue