Unify pReceiveChannelData and psPeerReceiveChannelData
authorArmin Novak <armin.novak@thincast.com>
Mon, 9 Mar 2020 09:58:02 +0000 (10:58 +0100)
committerakallabeth <akallabeth@users.noreply.github.com>
Tue, 10 Mar 2020 11:21:14 +0000 (12:21 +0100)
commit3ba66db99d72e5a4771a44e1032d7060653a131e
tree8644ce50264e5fb8bb9f9e32db56e0fa59f27c52
parentd5b5088eac04c477c69be6f74f139c6ef5a2709f
Unify pReceiveChannelData and psPeerReceiveChannelData

Fix definitions of the two function pointers.
Use and definition did not match, fix that.
Will create warnings in external projects
include/freerdp/channels/channels.h
include/freerdp/freerdp.h
include/freerdp/peer.h
libfreerdp/core/channels.c
libfreerdp/core/client.c
libfreerdp/core/server.c
server/proxy/pf_client.c
server/proxy/pf_server.c