From fbc04d171cd11ec16b9141dda95699323762a00b Mon Sep 17 00:00:00 2001 From: fcolin Date: Thu, 26 May 2005 14:37:35 +0000 Subject: passage du separateur de message a \0 suppression des fonctions IvyChannel dynamique on se repose sur le linker modif des adresses mails --- src/ivyloop.c | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) (limited to 'src/ivyloop.c') diff --git a/src/ivyloop.c b/src/ivyloop.c index 9ccd427..3948605 100644 --- a/src/ivyloop.c +++ b/src/ivyloop.c @@ -6,8 +6,8 @@ * * Main loop based on select * - * Authors: François-Régis Colin - * Stéphane Chatty + * Authors: François-Régis Colin + * Stéphane Chatty * * $Id$ * @@ -49,9 +49,6 @@ struct _channel { ChannelHandleRead handle_read; }; -ChannelInit channel_init = IvyChannelInit; -ChannelSetUp channel_setup = IvyChannelSetUp; -ChannelClose channel_close = IvyChannelClose; static Channel channels_list = NULL; @@ -91,7 +88,7 @@ ChannelDefferedDelete () } } -Channel IvyChannelSetUp (HANDLE fd, void *data, +Channel IvyChannelOpen (HANDLE fd, void *data, ChannelHandleDelete handle_delete, ChannelHandleRead handle_read ) @@ -160,7 +157,7 @@ void IvyChannelInit (void) channel_initialized = 1; } -void IvyStop (void) +void IvyChannelStop (void) { MainLoop = 0; } -- cgit v1.1