diff options
Diffstat (limited to 'vnc/vnc.h')
-rw-r--r-- | vnc/vnc.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -114,4 +114,6 @@ struct vnc struct stream *clip_data_s; int delay_ms; struct trans *trans; + int got_guid; + tui8 guid[16]; }; |