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>
38pf_utils_channel_mode pf_utils_get_channel_mode(
const proxyConfig* config,
const char* name);
39const char* pf_utils_channel_mode_string(pf_utils_channel_mode mode);
41BOOL pf_utils_is_passthrough(
const proxyConfig* config);