summaryrefslogtreecommitdiff
path: root/src/ivyxtloop.h
diff options
context:
space:
mode:
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
}