diff --git a/server/proxy/channels/pf_channel_rdpdr.h b/server/proxy/channels/pf_channel_rdpdr.h index 57dc54970..f479ab437 100644 --- a/server/proxy/channels/pf_channel_rdpdr.h +++ b/server/proxy/channels/pf_channel_rdpdr.h @@ -23,6 +23,8 @@ #include +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); diff --git a/server/proxy/pf_channel.h b/server/proxy/pf_channel.h index 996bd484e..d539709bf 100644 --- a/server/proxy/pf_channel.h +++ b/server/proxy/pf_channel.h @@ -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_ */