Fixed function prototype for proxy rdpdr
This commit is contained in:
parent
58a3919435
commit
43ea3c0132
@ -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);
|
||||
|
||||
|
@ -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_ */
|
||||
|
Loading…
Reference in New Issue
Block a user