rail: server: mark rail_send_pdu as static function
authorKobi Mizrachi <kmizrachi18@gmail.com>
Mon, 6 Jul 2020 05:27:13 +0000 (08:27 +0300)
committerArmin 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

index 18a7072..71ad047 100644 (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;