Fixed function prototype for proxy rdpdr

This commit is contained in:
Armin Novak 2022-10-10 14:46:26 +02:00 committed by akallabeth
parent 58a3919435
commit 43ea3c0132
2 changed files with 2 additions and 1 deletions

View File

@ -23,6 +23,8 @@
#include <freerdp/server/proxy/proxy_context.h>
BOOL pf_channel_setup_rdpdr(pServerContext* ps, pServerStaticChannelContext* channel);
BOOL pf_channel_rdpdr_client_new(pClientContext* pc);
void pf_channel_rdpdr_client_free(pClientContext* pc);

View File

@ -59,7 +59,6 @@ PfChannelResult channelTracker_update(ChannelStateTracker* tracker, const BYTE*
PfChannelResult channelTracker_flushCurrent(ChannelStateTracker* t, BOOL first, BOOL last,
BOOL toFront);
BOOL pf_channel_setup_rdpdr(pServerContext* ps, pServerStaticChannelContext* channel);
BOOL pf_channel_setup_generic(pServerStaticChannelContext* channel);
#endif /* SERVER_PROXY_PF_CHANNEL_H_ */