FreeRDP
Loading...
Searching...
No Matches
client/encomsp_main.h
1
22#ifndef FREERDP_CHANNEL_ENCOMSP_CLIENT_MAIN_H
23#define FREERDP_CHANNEL_ENCOMSP_CLIENT_MAIN_H
24
25#include <winpr/crt.h>
26#include <winpr/synch.h>
27#include <winpr/thread.h>
28#include <winpr/stream.h>
29#include <winpr/collections.h>
30
31#include <freerdp/api.h>
32#include <freerdp/channels/log.h>
33#include <freerdp/svc.h>
34#include <freerdp/addin.h>
35
36#include <freerdp/client/encomsp.h>
37
38#define TAG CHANNELS_TAG("encomsp.client")
39
40typedef struct encomsp_plugin encomspPlugin;
41
42#endif /* FREERDP_CHANNEL_ENCOMSP_CLIENT_MAIN_H */