FreeRDP
rdpear.h
1 
20 #ifndef FREERDP_CHANNEL_RDPEAR_H
21 #define FREERDP_CHANNEL_RDPEAR_H
22 
23 #include <freerdp/api.h>
24 #include <freerdp/dvc.h>
25 #include <freerdp/types.h>
26 
27 #define RDPEAR_CHANNEL_NAME "rdpear"
28 #define RDPEAR_DVC_CHANNEL_NAME "Microsoft::Windows::RDS::AuthRedirection"
29 
30 #ifdef __cplusplus
31 extern "C"
32 {
33 #endif
34 
35 #ifdef __cplusplus
36 }
37 #endif
38 
39 #endif /* FREERDP_CHANNEL_RDPEAR_H */