summaryrefslogtreecommitdiffstats
path: root/rfb.h
diff options
context:
space:
mode:
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;