FreeRDP
Loading...
Searching...
No Matches
rdp2tcp.h
1
21#ifndef FREERDP_CHANNEL_RDP2TCP_H
22#define FREERDP_CHANNEL_RDP2TCP_H
23
24#include <freerdp/api.h>
25#include <freerdp/dvc.h>
26#include <freerdp/types.h>
27
28#define RDP2TCP_DVC_CHANNEL_NAME "rdp2tcp"
29
30#ifdef __cplusplus
31extern "C"
32{
33#endif
34
35#ifdef __cplusplus
36}
37#endif
38#endif /* FREERDP_CHANNEL_RDP2TCP_H */