mirror of
https://github.com/morgan9e/FreeRDP
synced 2026-04-15 08:54:38 +09:00
In c file the name is channelId.
This commit is contained in:
@@ -23,7 +23,7 @@
|
||||
#include "client.h"
|
||||
|
||||
BOOL freerdp_channel_send(rdpRdp* rdp, UINT16 channelId, BYTE* data, int size);
|
||||
BOOL freerdp_channel_process(freerdp* instance, wStream* s, UINT16 channel_id);
|
||||
BOOL freerdp_channel_peer_process(freerdp_peer* client, wStream* s, UINT16 channel_id);
|
||||
BOOL freerdp_channel_process(freerdp* instance, wStream* s, UINT16 channelId);
|
||||
BOOL freerdp_channel_peer_process(freerdp_peer* client, wStream* s, UINT16 channelId);
|
||||
|
||||
#endif /* __CHANNEL_H */
|
||||
|
||||
Reference in New Issue
Block a user