From 2cd48332e02d9c81f67b2d718ad1feed5b0a808e Mon Sep 17 00:00:00 2001 From: llyzs Date: Wed, 20 May 2009 14:58:00 +0200 Subject: Export the functions SupportsClient2Server and SupportsServer2Client These are useful functions for VNC clients, so let's export them for everybody to use. Signed-off-by: Johannes Schindelin --- rfb/rfbclient.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'rfb/rfbclient.h') diff --git a/rfb/rfbclient.h b/rfb/rfbclient.h index be6f322..07da7df 100644 --- a/rfb/rfbclient.h +++ b/rfb/rfbclient.h @@ -285,6 +285,9 @@ extern rfbBool PermitServerInput(rfbClient* client, int enabled); extern void PrintPixelFormat(rfbPixelFormat *format); +extern rfbBool SupportsClient2Server(rfbClient* client, int messageType); +extern rfbBool SupportsServer2Client(rfbClient* client, int messageType); + /* client data */ void rfbClientSetClientData(rfbClient* client, void* tag, void* data); -- cgit v1.2.3