]> asedeno.scripts.mit.edu Git - PuTTY.git/blobdiff - unix/unix.h
Merge branch 'pre-0.64'
[PuTTY.git] / unix / unix.h
index a9f00bf2d3f89a20c407c278e69d128fbabcd298..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 */
@@ -173,13 +170,6 @@ int init_ucs(struct unicode_data *ucsdata, char *line_codepage,
  */
 void *sk_getxdmdata(void *sock, int *lenp);
 
-/*
- * Function provided by front ends, and called by uxnet.c to indicate
- * that net_pending_errors() would like to be called back when the
- * front end has a spare moment and isn't deep in any other recursion.
- */
-void frontend_net_error_pending(void);
-
 /*
  * General helpful Unix stuff: more helpful version of the FD_SET
  * macro, which also handles maxfd.