21#ifndef FREERDP_SERVER_PROXY_PFUTILS_H
22#define FREERDP_SERVER_PROXY_PFUTILS_H
24#include <freerdp/server/proxy/proxy_config.h>
25#include <freerdp/server/proxy/proxy_context.h>
38WINPR_ATTR_NODISCARD pf_utils_channel_mode pf_utils_get_channel_mode(
const proxyConfig* config,
40WINPR_ATTR_NODISCARD
const char* pf_utils_channel_mode_string(pf_utils_channel_mode mode);
42WINPR_ATTR_NODISCARD BOOL pf_utils_is_passthrough(
const proxyConfig* config);