diff options
Diffstat (limited to 'src/ivyglibloop.h')
-rw-r--r-- | src/ivyglibloop.h | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/src/ivyglibloop.h b/src/ivyglibloop.h index 6941069..f5026aa 100644 --- a/src/ivyglibloop.h +++ b/src/ivyglibloop.h @@ -21,28 +21,8 @@ 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 ); - #ifdef __cplusplus } #endif |