FreeRDP
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Modules Pages
tf_freerdp.h
1
21#ifndef FREERDP_CLIENT_SAMPLE_H
22#define FREERDP_CLIENT_SAMPLE_H
23
24#include <freerdp/freerdp.h>
25#include <freerdp/client/rdpei.h>
26#include <freerdp/client/rail.h>
27#include <freerdp/client/cliprdr.h>
28#include <freerdp/client/rdpgfx.h>
29
30typedef struct
31{
32 rdpClientContext common;
33
34 /* Channels */
35} tfContext;
36
37#endif /* FREERDP_CLIENT_SAMPLE_H */