diff options
Diffstat (limited to 'src/process.h')
| -rw-r--r-- | src/process.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/process.h b/src/process.h index 9926050b9c3..24c628231a0 100644 --- a/src/process.h +++ b/src/process.h | |||
| @@ -265,6 +265,7 @@ extern void delete_read_fd (int fd); | |||
| 265 | extern void add_write_fd (int fd, fd_callback func, void *data); | 265 | extern void add_write_fd (int fd, fd_callback func, void *data); |
| 266 | extern void delete_write_fd (int fd); | 266 | extern void delete_write_fd (int fd); |
| 267 | extern void catch_child_signal (void); | 267 | extern void catch_child_signal (void); |
| 268 | extern void restore_nofile_limit (void); | ||
| 268 | 269 | ||
| 269 | #ifdef WINDOWSNT | 270 | #ifdef WINDOWSNT |
| 270 | extern Lisp_Object network_interface_list (void); | 271 | extern Lisp_Object network_interface_list (void); |