X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=unix%2Funix.h;h=79a9fb3cf2efd3800027721ac6e2398d366d630e;hb=eef0235a0f79e92f25f34782fc486c101fa703ee;hp=c2f9aeb1c3a7b6045aaf5451af7afa7cc3c95068;hpb=d35a41f6ba2683956b6c0219824c4b8df8c8fbc4;p=PuTTY.git diff --git a/unix/unix.h b/unix/unix.h index c2f9aeb1..79a9fb3c 100644 --- a/unix/unix.h +++ b/unix/unix.h @@ -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 */ @@ -160,6 +157,7 @@ void cloexec(int); void noncloexec(int); int nonblock(int); int no_nonblock(int); +char *make_dir_and_check_ours(const char *dirname); /* * Exports from unicode.c.