summaryrefslogtreecommitdiffstats
path: root/client_examples/backchannel.c
diff options
context:
space:
mode:
authorTobias Junghans <tobydox@veyon.io>2018-11-06 14:22:56 +0100
committerTobias Junghans <tobydox@veyon.io>2018-11-11 21:57:21 +0100
commit5f9a07d7e1613dbccd5a27e845dbb8a7f2a27b2e (patch)
tree216ab484ee32faada4f307c79748c90b7f73c6c5 /client_examples/backchannel.c
parent56d69d831f304c8b99b523e2b7826e00f913fd5c (diff)
downloadlibtdevnc-5f9a07d7e1613dbccd5a27e845dbb8a7f2a27b2e.tar.gz
libtdevnc-5f9a07d7e1613dbccd5a27e845dbb8a7f2a27b2e.zip
LibVNCClient: add support for custom auth handlers
This allows to register custom authentication handlers in order to support additional security types.
Diffstat (limited to 'client_examples/backchannel.c')
-rw-r--r--client_examples/backchannel.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/client_examples/backchannel.c b/client_examples/backchannel.c
index 04d154e..a7db9a0 100644
--- a/client_examples/backchannel.c
+++ b/client_examples/backchannel.c
@@ -71,7 +71,9 @@ static rfbClientProtocolExtension backChannel = {
backChannelEncodings, /* encodings */
NULL, /* handleEncoding */
handleBackChannelMessage, /* handleMessage */
- NULL /* next extension */
+ NULL, /* next extension */
+ NULL, /* securityTypes */
+ NULL /* handleAuthentication */
};
int