summaryrefslogtreecommitdiff
path: root/src/ivytcl.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ivytcl.h')
-rwxr-xr-xsrc/ivytcl.h26
1 files changed, 0 insertions, 26 deletions
diff --git a/src/ivytcl.h b/src/ivytcl.h
index 10a13e8..c482a60 100755
--- a/src/ivytcl.h
+++ b/src/ivytcl.h
@@ -21,32 +21,6 @@
extern "C" {
#endif
-/*#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 IvyTclChannelInit(void);
-
-extern Channel IvyTclChannelSetUp(
- HANDLE fd,
- void *data,
- ChannelHandleDelete handle_delete,
- ChannelHandleRead handle_read
-);
-
-extern void IvyTclChannelClose( Channel channel );
-
#ifdef __cplusplus
}
#endif