From 2cf893c0c34d50a68a27e1704b38f2facc10c9bc Mon Sep 17 00:00:00 2001 From: fcolin Date: Fri, 21 Apr 2006 15:51:55 +0000 Subject: suppression de l'indirection sur les fonction channel et renomage ! --- src/ivyloop.h | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'src/ivyloop.h') diff --git a/src/ivyloop.h b/src/ivyloop.h index 0696d40..df99e41 100644 --- a/src/ivyloop.h +++ b/src/ivyloop.h @@ -55,16 +55,6 @@ de la maniere suivante: extern void IvyMainLoop(void(*BeforeSelect)(void),void(*AfterSelect)(void) ); -extern void IvyChannelInit(void); -extern void IvyChannelClose( Channel channel ); -extern Channel IvyChannelSetUp( - HANDLE fd, - void *data, - ChannelHandleDelete handle_delete, - ChannelHandleRead handle_read); - - - #ifdef __cplusplus } #endif -- cgit v1.1