summaryrefslogtreecommitdiffstats
path: root/xup/xup.h
diff options
context:
space:
mode:
Diffstat (limited to 'xup/xup.h')
-rw-r--r--xup/xup.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/xup/xup.h b/xup/xup.h
index ec2957ce..26d893af 100644
--- a/xup/xup.h
+++ b/xup/xup.h
@@ -25,6 +25,7 @@
#include "parse.h"
#include "os_calls.h"
#include "defines.h"
+#include "xrdp_client_info.h"
#define CURRENT_MOD_VER 2
@@ -105,5 +106,5 @@ struct mod
char port[256];
tbus sck_obj;
int shift_state;
- int rfx;
+ struct xrdp_client_info client_info;
};