diff options
Diffstat (limited to 'src/process.h')
| -rw-r--r-- | src/process.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/process.h b/src/process.h index a8cd0a02da6..12b91d697b9 100644 --- a/src/process.h +++ b/src/process.h | |||
| @@ -170,5 +170,9 @@ extern Lisp_Object Qtime, Qctime; | |||
| 170 | extern Lisp_Object list_system_processes (void); | 170 | extern Lisp_Object list_system_processes (void); |
| 171 | extern Lisp_Object system_process_attributes (Lisp_Object); | 171 | extern Lisp_Object system_process_attributes (Lisp_Object); |
| 172 | 172 | ||
| 173 | extern void hold_keyboard_input (void); | ||
| 174 | extern void unhold_keyboard_input (void); | ||
| 175 | extern int kbd_on_hold_p (void); | ||
| 176 | |||
| 173 | /* arch-tag: dffedfc4-d7bc-4b58-a26f-c16155449c72 | 177 | /* arch-tag: dffedfc4-d7bc-4b58-a26f-c16155449c72 |
| 174 | (do not change this comment) */ | 178 | (do not change this comment) */ |