FreeRDP
Loading...
Searching...
No Matches
pf_utils.h
1
21#ifndef FREERDP_SERVER_PROXY_PFUTILS_H
22#define FREERDP_SERVER_PROXY_PFUTILS_H
23
24#include <freerdp/server/proxy/proxy_config.h>
25#include <freerdp/server/proxy/proxy_context.h>
26
38WINPR_ATTR_NODISCARD pf_utils_channel_mode pf_utils_get_channel_mode(const proxyConfig* config,
39 const char* name);
40WINPR_ATTR_NODISCARD const char* pf_utils_channel_mode_string(pf_utils_channel_mode mode);
41
42WINPR_ATTR_NODISCARD BOOL pf_utils_is_passthrough(const proxyConfig* config);
43
44#endif /* FREERDP_SERVER_PROXY_PFUTILS_H */