aboutsummaryrefslogtreecommitdiffstats
path: root/src/process.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/process.h')
-rw-r--r--src/process.h4
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;
170extern Lisp_Object list_system_processes (void); 170extern Lisp_Object list_system_processes (void);
171extern Lisp_Object system_process_attributes (Lisp_Object); 171extern Lisp_Object system_process_attributes (Lisp_Object);
172 172
173extern void hold_keyboard_input (void);
174extern void unhold_keyboard_input (void);
175extern 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) */