summaryrefslogtreecommitdiff
path: root/src/ivychannel.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ivychannel.h')
-rw-r--r--src/ivychannel.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ivychannel.h b/src/ivychannel.h
index fe1d2c7..ff9974d 100644
--- a/src/ivychannel.h
+++ b/src/ivychannel.h
@@ -42,7 +42,7 @@ extern void IvyChannelInit(void);
extern void IvyChannelStop(void);
/* fonction appele par le bus pour mise en place des callback sur le canal */
-extern Channel IvyChannelOpen(
+extern Channel IvyChannelAdd(
IVY_HANDLE fd,
void *data,
ChannelHandleDelete handle_delete,
@@ -50,7 +50,7 @@ extern Channel IvyChannelOpen(
);
/* fonction appele par le bus pour fermeture du canal */
-extern void IvyChannelClose( Channel channel );
+extern void IvyChannelRemove( Channel channel );
#ifdef __cplusplus
}