diff options
author | dscho <dscho> | 2002-08-22 20:35:13 +0000 |
---|---|---|
committer | dscho <dscho> | 2002-08-22 20:35:13 +0000 |
commit | c3e27a155d5d08c33e64486141c947aefceb2687 (patch) | |
tree | 1491b00d88870cf05099bf87e924169f5f70b5a8 /rfb.h | |
parent | 727b025799f7c5c37f32c4b57c892faa1e03ba72 (diff) | |
download | libtdevnc-c3e27a155d5d08c33e64486141c947aefceb2687.tar.gz libtdevnc-c3e27a155d5d08c33e64486141c947aefceb2687.zip |
a pseudo HTTP request for tunnelling (also via strict Web Proxy) was added.
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); |