Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FreeRDP/FreeRDP-old.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'libfreerdp-core/mcs.h')
-rw-r--r--libfreerdp-core/mcs.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/libfreerdp-core/mcs.h b/libfreerdp-core/mcs.h
index 79dc6f5..8313035 100644
--- a/libfreerdp-core/mcs.h
+++ b/libfreerdp-core/mcs.h
@@ -21,13 +21,14 @@
#define __MCS_H
#include "iso.h"
+#include "network.h"
#include <freerdp/utils/debug.h>
struct rdp_mcs
{
- struct rdp_sec * sec;
uint16 mcs_userid;
struct rdp_iso * iso;
+ struct rdp_network * net;
struct rdp_channels * chan;
};
typedef struct rdp_mcs rdpMcs;
@@ -49,7 +50,7 @@ mcs_connect(rdpMcs * mcs);
void
mcs_disconnect(rdpMcs * mcs);
rdpMcs *
-mcs_new(struct rdp_sec * secure);
+mcs_new(struct rdp_network * net);
void
mcs_free(rdpMcs * mcs);