summaryrefslogtreecommitdiff
path: root/src/ivyxtloop.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ivyxtloop.h')
-rw-r--r--src/ivyxtloop.h24
1 files changed, 0 insertions, 24 deletions
diff --git a/src/ivyxtloop.h b/src/ivyxtloop.h
index c482675..0087274 100644
--- a/src/ivyxtloop.h
+++ b/src/ivyxtloop.h
@@ -24,30 +24,6 @@ extern "C" {
#include <X11/Intrinsic.h>
-/* general Handle */
-
-#define ANYPORT 0
-
-#ifdef WIN32
-#include <windows.h>
-#define HANDLE SOCKET
-#else
-#define HANDLE int
-#endif
-
-#include "ivychannel.h"
-
-extern void IvyXtChannelInit(void);
-
-extern Channel IvyXtChannelSetUp(
- HANDLE fd,
- void *data,
- ChannelHandleDelete handle_delete,
- ChannelHandleRead handle_read
-);
-
-extern void IvyXtChannelClose( Channel channel );
-
extern void IvyXtChannelAppContext( XtAppContext cntx );
#ifdef __cplusplus