mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-07-02 20:12:48 -05:00
Move make_dir_and_check_ours() out into uxmisc.c.
I'm going to want to use it for a second purpose in a minute.
This commit is contained in:
@ -157,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.
|
||||
|
Reference in New Issue
Block a user