FreeRDP
Loading...
Searching...
No Matches
shadow_lobby.h
1
19#ifndef FREERDP_SERVER_SHADOW_LOBBY_H
20#define FREERDP_SERVER_SHADOW_LOBBY_H
21
22#include <freerdp/server/shadow.h>
23
24#include <winpr/crt.h>
25#include <winpr/synch.h>
26
27#ifdef __cplusplus
28extern "C"
29{
30#endif
31
32 WINPR_ATTR_NODISCARD BOOL shadow_client_init_lobby(rdpShadowServer* server);
33
34#ifdef __cplusplus
35}
36#endif
37
38#endif /* FREERDP_SERVER_SHADOW_LOBBY_H */