summaryrefslogtreecommitdiffstats
path: root/rfb.h
diff options
context:
space:
mode:
Diffstat (limited to 'rfb.h')
-rw-r--r--rfb.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/rfb.h b/rfb.h
index 29fe7d3..fcf7b09 100644
--- a/rfb.h
+++ b/rfb.h
@@ -292,6 +292,7 @@ typedef struct _rfbScreenInfo
/* http stuff */
Bool httpInitDone;
+ Bool httpEnableProxyConnect;
int httpPort;
char* httpDir;
SOCKET httpListenSock;
@@ -634,9 +635,6 @@ extern void rfbSetClientColourMaps(rfbScreenInfoPtr rfbScreen, int firstColour,
/* httpd.c */
-extern int httpPort;
-extern char *httpDir;
-
extern void httpInitSockets(rfbScreenInfoPtr rfbScreen);
extern void httpCheckFds(rfbScreenInfoPtr rfbScreen);