From 94fcd86cc20dd2ccf7e2299a7dfbcc255c6cc771 Mon Sep 17 00:00:00 2001 From: dscho Date: Tue, 27 Sep 2005 15:08:28 +0000 Subject: =?UTF-8?q?Security=20is=20global.=20This=20was=20a=20misguided=20?= =?UTF-8?q?attempt=20to=20evade=20a=20global=20list.=20I=20eventually=20sa?= =?UTF-8?q?w=20the=20light=20and=20went=20with=20Rohit=B4s=20original=20ap?= =?UTF-8?q?proach.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- rfb/rfb.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'rfb') diff --git a/rfb/rfb.h b/rfb/rfb.h index a63badf..4254016 100644 --- a/rfb/rfb.h +++ b/rfb/rfb.h @@ -278,8 +278,6 @@ typedef struct _rfbScreenInfo rfbProcessCustomClientMessageProcPtr processCustomClientMessage; in_addr_t listenInterface; - - rfbSecurityHandler* securityHandlers; } rfbScreenInfo, *rfbScreenInfoPtr; @@ -601,8 +599,7 @@ extern void rfbHttpCheckFds(rfbScreenInfoPtr rfbScreen); extern void rfbAuthNewClient(rfbClientPtr cl); extern void rfbAuthProcessClientMessage(rfbClientPtr cl); -extern void rfbRegisterSecurityHandler(rfbScreenInfoPtr server, - rfbSecurityHandler* handler); +extern void rfbRegisterSecurityHandler(rfbSecurityHandler* handler); /* rre.c */ -- cgit v1.1