diff options
author | dscho <dscho> | 2001-09-21 23:33:47 +0000 |
---|---|---|
committer | dscho <dscho> | 2001-09-21 23:33:47 +0000 |
commit | febced55362321b1015fe23ca7d7b831c28acfcc (patch) | |
tree | 2b2d95725059e4d1ea0c38a68c095e685d338b3f /rfb.h | |
parent | c880fd33ff71ca0b53eaf6bd9942f74be67fe4e4 (diff) | |
download | libtdevnc-febced55362321b1015fe23ca7d7b831c28acfcc.tar.gz libtdevnc-febced55362321b1015fe23ca7d7b831c28acfcc.zip |
http added, prepare for cursor
Diffstat (limited to 'rfb.h')
-rw-r--r-- | rfb.h | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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; |