FreeRDP
shadow_rdpgfx.h
1 
19 #ifndef FREERDP_SERVER_SHADOW_RDPGFX_H
20 #define FREERDP_SERVER_SHADOW_RDPGFX_H
21 
22 #include <freerdp/server/shadow.h>
23 
24 #include <winpr/crt.h>
25 #include <winpr/synch.h>
26 
27 #ifdef __cplusplus
28 extern "C"
29 {
30 #endif
31 
32  int shadow_client_rdpgfx_init(rdpShadowClient* client);
33  void shadow_client_rdpgfx_uninit(rdpShadowClient* client);
34 
35 #ifdef __cplusplus
36 }
37 #endif
38 
39 #endif /* FREERDP_SERVER_SHADOW_RDPGFX_H */