summaryrefslogtreecommitdiffstats
path: root/vnc/vnc.h
diff options
context:
space:
mode:
Diffstat (limited to 'vnc/vnc.h')
-rw-r--r--vnc/vnc.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/vnc/vnc.h b/vnc/vnc.h
index 34f408ca..0bc3835d 100644
--- a/vnc/vnc.h
+++ b/vnc/vnc.h
@@ -114,4 +114,6 @@ struct vnc
struct stream *clip_data_s;
int delay_ms;
struct trans *trans;
+ int got_guid;
+ tui8 guid[16];
};