summaryrefslogtreecommitdiffstats
path: root/rfb
diff options
context:
space:
mode:
authorBen Klopfenstein <benklop@gmail.com>2009-05-12 01:51:23 +0200
committerJohannes Schindelin <johannes.schindelin@gmx.de>2009-05-12 14:46:25 +0200
commitd7c0b34b62c8edd302e273588bae7467ecbfb987 (patch)
tree33d09f8112f19a0be53820a429e81da43269f9b9 /rfb
parent4088906b1341709435318226790b06296420a5e2 (diff)
downloadlibvncserver-d7c0b34b62c8edd302e273588bae7467ecbfb987.zip
libvncserver-d7c0b34b62c8edd302e273588bae7467ecbfb987.tar.gz
libvncclient: Unix sockets support by Ben Klopfenstein
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Diffstat (limited to 'rfb')
-rw-r--r--rfb/rfbclient.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/rfb/rfbclient.h b/rfb/rfbclient.h
index b92f220..be6f322 100644
--- a/rfb/rfbclient.h
+++ b/rfb/rfbclient.h
@@ -314,6 +314,7 @@ extern rfbBool WriteToRFBServer(rfbClient* client, char *buf, int n);
extern int FindFreeTcpPort(void);
extern int ListenAtTcpPort(int port);
extern int ConnectClientToTcpAddr(unsigned int host, int port);
+extern int ConnectClientToUnixSock(const char *sockFile);
extern int AcceptTcpConnection(int listenSock);
extern rfbBool SetNonBlocking(int sock);
OpenPOWER on IntegriCloud