From ddd9b5ac7bd12a778452b3aefbf9502e7a0a9779 Mon Sep 17 00:00:00 2001 From: George Kiagiadakis Date: Sun, 14 Nov 2010 16:13:43 +0000 Subject: Fix rfbProcessNewConnection to return some value instead of void. BUG: 256891 Signed-off-by: Christian Beier --- rfb/rfb.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rfb') diff --git a/rfb/rfb.h b/rfb/rfb.h index 12c5278..c16336d 100644 --- a/rfb/rfb.h +++ b/rfb/rfb.h @@ -1007,7 +1007,7 @@ extern rfbBool rfbSendTextChatMessage(rfbClientPtr cl, uint32_t length, char *bu * Additions for Qt event loop integration * Original idea taken from vino. */ -void rfbProcessNewConnection(rfbScreenInfoPtr rfbScreen); +rfbBool rfbProcessNewConnection(rfbScreenInfoPtr rfbScreen); rfbBool rfbUpdateClient(rfbClientPtr cl); -- cgit v1.2.3