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/ivytcl.h | 24 +----------------------- 1 file changed, 1 insertion(+), 23 deletions(-) (limited to 'src/ivytcl.h') diff --git a/src/ivytcl.h b/src/ivytcl.h index 10a13e8..99c05d7 100755 --- a/src/ivytcl.h +++ b/src/ivytcl.h @@ -6,7 +6,7 @@ * * Main loop based on Tcl * - * Authors: François-Régis Colin + * Authors: François-Régis Colin * * $Id$ * @@ -21,31 +21,9 @@ extern "C" { #endif -/*#include */ - -/* general Handle */ - -#define ANYPORT 0 - -#ifdef WIN32 -#include -#define HANDLE SOCKET -#else -#define HANDLE int -#endif #include "ivychannel.h" -extern void IvyTclChannelInit(void); - -extern Channel IvyTclChannelSetUp( - HANDLE fd, - void *data, - ChannelHandleDelete handle_delete, - ChannelHandleRead handle_read -); - -extern void IvyTclChannelClose( Channel channel ); #ifdef __cplusplus } -- cgit v1.1