fix declaration and implementation parameter names

This commit is contained in:
akallabeth
2024-09-03 11:04:32 +02:00
parent f7fd817d1c
commit 5a4a1a40ad
22 changed files with 33 additions and 33 deletions

View File

@@ -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);

View File

@@ -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
}