diff options
Diffstat (limited to 'rfb.h')
-rw-r--r-- | rfb.h | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -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); |