summaryrefslogtreecommitdiff
path: root/src/ivytcl.h
diff options
context:
space:
mode:
authorfcolin2006-06-01 16:33:14 +0000
committerfcolin2006-06-01 16:33:14 +0000
commit1af412bc7812cdecb631b88c8811a5db486eef9b (patch)
tree57fc88a80d13eff7224cdde8cf2944e1a2bfe5db /src/ivytcl.h
parent13c1af878a8316726ac98377ad9e0b74f0b8cb2a (diff)
downloadivy-c-1af412bc7812cdecb631b88c8811a5db486eef9b.zip
ivy-c-1af412bc7812cdecb631b88c8811a5db486eef9b.tar.gz
ivy-c-1af412bc7812cdecb631b88c8811a5db486eef9b.tar.bz2
ivy-c-1af412bc7812cdecb631b88c8811a5db486eef9b.tar.xz
Suppresion declaration devenue inutille
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