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/ivy.h | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) (limited to 'src/ivy.h') diff --git a/src/ivy.h b/src/ivy.h index 1ea319a..26a880c 100644 --- a/src/ivy.h +++ b/src/ivy.h @@ -6,8 +6,8 @@ * * Main functions * - * Authors: François-Régis Colin - * Stéphane Chatty + * Authors: François-Régis Colin + * Stéphane Chatty * * $Id$ * @@ -65,10 +65,10 @@ void IvyInit( void *die_data /* user data */ ); - void IvySetBindCallback( +void IvySetBindCallback( IvyBindCallback bind_callback, void *bind_data ); - void IvyDelBindCallback(); +void IvyDelBindCallback(); void IvyStart (const char*); void IvyStop (); @@ -97,6 +97,10 @@ int IvySendMsg( const char *fmt_message, ... ); /* avec sprintf prealable */ void IvyBindDirectMsg( MsgDirectCallback callback, void *user_data); void IvySendDirectMsg( IvyClientPtr app, int id, char *msg ); +/* boucle principale d'Ivy */ +/* use of internal MainLoop or XtMainLoop, or other MainLoop integration */ +extern void IvyMainLoop(void(*hook)(void)); + #ifdef __cplusplus } #endif -- cgit v1.1