]> asedeno.scripts.mit.edu Git - PuTTY.git/blobdiff - unix/unix.h
Replace the hacky 'OSSocket' type with a closure.
[PuTTY.git] / unix / unix.h
index c2f9aeb1c3a7b6045aaf5451af7afa7cc3c95068..d43e0ae097a5f273e1b8233eae0b19fdf306bea8 100644 (file)
@@ -24,9 +24,6 @@ struct FontSpec *fontspec_new(const char *name);
 
 typedef void *Context;                 /* FIXME: probably needs changing */
 
-typedef int OSSocket;
-#define OSSOCKET_DEFINED              /* stop network.h using its default */
-
 extern Backend pty_backend;
 
 typedef uint32_t uint32; /* C99: uint32_t defined in stdint.h */