mirror of
https://github.com/morgan9e/FreeRDP
synced 2026-04-15 00:44:19 +09:00
fix declaration and implementation parameter names
This commit is contained in:
@@ -57,7 +57,7 @@ PfChannelResult channelTracker_update(ChannelStateTracker* tracker, const BYTE*
|
||||
UINT32 flags, size_t totalSize);
|
||||
|
||||
PfChannelResult channelTracker_flushCurrent(ChannelStateTracker* t, BOOL first, BOOL last,
|
||||
BOOL toFront);
|
||||
BOOL toBack);
|
||||
|
||||
BOOL pf_channel_setup_generic(pServerStaticChannelContext* channel);
|
||||
|
||||
|
||||
@@ -26,7 +26,7 @@ extern "C"
|
||||
{
|
||||
#endif
|
||||
|
||||
BOOL shadow_client_accepted(freerdp_listener* instance, freerdp_peer* client);
|
||||
BOOL shadow_client_accepted(freerdp_listener* instance, freerdp_peer* peer);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user