summaryrefslogtreecommitdiff
path: root/src/ivyxtloop.h
diff options
context:
space:
mode:
authorchatty1999-01-08 10:32:55 +0000
committerchatty1999-01-08 10:32:55 +0000
commitb2d8c1c820685fe92fa4667a694fe4947b216685 (patch)
treef38d7d3bbe2d0445eaf5c5f112a68491c6854b61 /src/ivyxtloop.h
parentceef205034fceaf23409497e57e23a845edba8b9 (diff)
downloadivy-c-b2d8c1c820685fe92fa4667a694fe4947b216685.zip
ivy-c-b2d8c1c820685fe92fa4667a694fe4947b216685.tar.gz
ivy-c-b2d8c1c820685fe92fa4667a694fe4947b216685.tar.bz2
ivy-c-b2d8c1c820685fe92fa4667a694fe4947b216685.tar.xz
Bus -> Ivy
Simplified management of different versions of channel management. SetChannelManagement has disappeared.
Diffstat (limited to 'src/ivyxtloop.h')
-rw-r--r--src/ivyxtloop.h20
1 files changed, 10 insertions, 10 deletions
diff --git a/src/ivyxtloop.h b/src/ivyxtloop.h
index 0784714..591d6a1 100644
--- a/src/ivyxtloop.h
+++ b/src/ivyxtloop.h
@@ -2,7 +2,7 @@
*
* Ivy, C interface
*
- * Copyright 1997-1998
+ * Copyright 1997-1999
* Centre d'Etudes de la Navigation Aerienne
*
* Main loop based on X Toolkit
@@ -33,18 +33,18 @@ extern "C" {
#include "ivychannel.h"
-extern void BusXtChannelInit(void);
+extern void IvyXtChannelInit(void);
-extern Channel BusXtChannelSetUp(
- HANDLE fd,
- void *data,
- ChannelHandleDelete handle_delete,
- ChannelHandleRead handle_read
- );
+extern Channel IvyXtChannelSetUp(
+ HANDLE fd,
+ void *data,
+ ChannelHandleDelete handle_delete,
+ ChannelHandleRead handle_read
+);
-extern void BusXtChannelClose( Channel channel );
+extern void IvyXtChannelClose( Channel channel );
-extern void BusXtChannelAppContext( XtAppContext cntx );
+extern void IvyXtChannelAppContext( XtAppContext cntx );
#ifdef __cplusplus
}