summaryrefslogtreecommitdiffstats
path: root/rfb.h
diff options
context:
space:
mode:
authordscho <dscho>2001-09-21 23:33:47 +0000
committerdscho <dscho>2001-09-21 23:33:47 +0000
commitfebced55362321b1015fe23ca7d7b831c28acfcc (patch)
tree2b2d95725059e4d1ea0c38a68c095e685d338b3f /rfb.h
parentc880fd33ff71ca0b53eaf6bd9942f74be67fe4e4 (diff)
downloadlibtdevnc-febced55362321b1015fe23ca7d7b831c28acfcc.tar.gz
libtdevnc-febced55362321b1015fe23ca7d7b831c28acfcc.zip
http added, prepare for cursor
Diffstat (limited to 'rfb.h')
-rw-r--r--rfb.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/rfb.h b/rfb.h
index 6836c20..4a1257f 100644
--- a/rfb.h
+++ b/rfb.h
@@ -155,6 +155,11 @@ typedef struct
Bool inetdInitDone;
fd_set allFds;
int rfbMaxClientWait;
+ int httpPort;
+ char* httpDir;
+ int httpListenSock;
+ int httpSock;
+ FILE* httpFP;
char* rfbAuthPasswdFile;
int rfbDeferUpdateTime;
char* rfbScreen;