diff options
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; |