aboutsummaryrefslogtreecommitdiffstats
path: root/src/w32.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/w32.h')
-rw-r--r--src/w32.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/w32.h b/src/w32.h
index 6bf165f52ba..17da0778db1 100644
--- a/src/w32.h
+++ b/src/w32.h
@@ -186,6 +186,8 @@ extern BOOL init_winsock (int load_now);
186extern void srandom (int); 186extern void srandom (int);
187extern int random (void); 187extern int random (void);
188 188
189extern int fchmod (int, mode_t);
190extern int sys_rename_replace (char const *, char const *, BOOL);
189extern int sys_pipe (int *); 191extern int sys_pipe (int *);
190 192
191extern void set_process_dir (char *); 193extern void set_process_dir (char *);