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
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);
40
41BOOL pf_utils_is_passthrough(const proxyConfig* config);
42
43#endif /* FREERDP_SERVER_PROXY_PFUTILS_H */