From 6ff2ef5124e1101f475ad87b178b925489de2845 Mon Sep 17 00:00:00 2001 From: fcolin Date: Mon, 3 Aug 1998 13:48:20 +0000 Subject: quelque Prototype oublie --- src/busxtloop.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'src/busxtloop.c') diff --git a/src/busxtloop.c b/src/busxtloop.c index e95bc45..fcaa10e 100644 --- a/src/busxtloop.c +++ b/src/busxtloop.c @@ -20,7 +20,6 @@ #endif - #include #include "buschannel.h" @@ -30,8 +29,8 @@ struct _channel { XtInputId id_read; XtInputId id_delete; void *data; - void (*handle_delete)( void *data ); - void (*handle_read)( Channel channel, HANDLE fd, void *data); + ChannelHandleDelete handle_delete; + ChannelHandleRead handle_read; }; -- cgit v1.1