In c file the name is channelId.

This commit is contained in:
Mariusz Zaborski
2015-05-26 15:33:12 +02:00
parent 692df124c6
commit 951dbd88de

View File

@@ -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 */