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.h | 27 +++------------------------ 1 file changed, 3 insertions(+), 24 deletions(-) (limited to 'src/ivyloop.h') diff --git a/src/ivyloop.h b/src/ivyloop.h index c4af6eb..1d0b623 100644 --- a/src/ivyloop.h +++ b/src/ivyloop.h @@ -6,8 +6,8 @@ * * Main loop handling around select * - * Authors: François-Régis Colin - * Stéphane Chatty + * Authors: François-Régis Colin + * Stéphane Chatty * * $Id$ * @@ -25,30 +25,9 @@ extern "C" { #include "ivychannel.h" -/* general Handle */ - -#define ANYPORT 0 - -#ifdef WIN32 -#include -#define HANDLE SOCKET -#else -#define HANDLE int -#endif - - extern void IvyMainLoop(void(*hook)(void) ); - - -extern void IvyChannelInit(void); -extern void IvyChannelClose( Channel channel ); -extern Channel IvyChannelSetUp( - HANDLE fd, - void *data, - ChannelHandleDelete handle_delete, - ChannelHandleRead handle_read); - +extern void IvyIdle(); #ifdef __cplusplus -- cgit v1.1