diff options
Diffstat (limited to 'src/process.c')
| -rw-r--r-- | src/process.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/process.c b/src/process.c index 92200045022..4c47fc0e92a 100644 --- a/src/process.c +++ b/src/process.c | |||
| @@ -3619,6 +3619,8 @@ FLAGS is the current flags of the interface. */) | |||
| 3619 | #endif | 3619 | #endif |
| 3620 | #endif /* HAVE_SOCKETS */ | 3620 | #endif /* HAVE_SOCKETS */ |
| 3621 | 3621 | ||
| 3622 | /* Turn off input and output for process PROC. */ | ||
| 3623 | |||
| 3622 | void | 3624 | void |
| 3623 | deactivate_process (proc) | 3625 | deactivate_process (proc) |
| 3624 | Lisp_Object proc; | 3626 | Lisp_Object proc; |