summaryrefslogtreecommitdiffstats
path: root/examples/backchannel.c
diff options
context:
space:
mode:
Diffstat (limited to 'examples/backchannel.c')
-rw-r--r--examples/backchannel.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/backchannel.c b/examples/backchannel.c
index 4db01a8..6a21390 100644
--- a/examples/backchannel.c
+++ b/examples/backchannel.c
@@ -33,7 +33,7 @@ typedef struct backChannelMsg {
uint32_t size;
} backChannelMsg;
-rfbBool enableBackChannel(rfbClientPtr cl, void* data, int encoding)
+rfbBool enableBackChannel(rfbClientPtr cl, void** data, int encoding)
{
if(encoding == rfbBackChannel) {
backChannelMsg msg;
OpenPOWER on IntegriCloud