summaryrefslogtreecommitdiff
path: root/src/ivyglibloop.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ivyglibloop.h')
-rw-r--r--src/ivyglibloop.h23
1 files changed, 1 insertions, 22 deletions
diff --git a/src/ivyglibloop.h b/src/ivyglibloop.h
index 6941069..e06a923 100644
--- a/src/ivyglibloop.h
+++ b/src/ivyglibloop.h
@@ -21,28 +21,7 @@
extern "C" {
#endif
-#define ANYPORT 0
-
-#ifdef WIN32
-#include <windows.h>
-#define HANDLE SOCKET
-#else
-#define HANDLE int
-#endif
-
-#include "ivychannel.h"
-
-extern void IvyGlibChannelInit(void);
-
-extern Channel IvyGlibChannelSetUp(
- HANDLE fd,
- void *data,
- ChannelHandleDelete handle_delete,
- ChannelHandleRead handle_read
- );
-
-extern void IvyGlibChannelClose( Channel channel );
-
+/* Nothnig special */
#ifdef __cplusplus
}
#endif