diff options
Diffstat (limited to 'src/process.h')
| -rw-r--r-- | src/process.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/process.h b/src/process.h index 396319d4414..00531d2664a 100644 --- a/src/process.h +++ b/src/process.h | |||
| @@ -200,5 +200,3 @@ extern void delete_read_fd (int fd); | |||
| 200 | extern void add_write_fd (int fd, fd_callback func, void *data); | 200 | extern void add_write_fd (int fd, fd_callback func, void *data); |
| 201 | extern void delete_write_fd (int fd); | 201 | extern void delete_write_fd (int fd); |
| 202 | 202 | ||
| 203 | /* arch-tag: dffedfc4-d7bc-4b58-a26f-c16155449c72 | ||
| 204 | (do not change this comment) */ | ||