summaryrefslogtreecommitdiff
path: root/src/systime.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/systime.h')
-rw-r--r--src/systime.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/systime.h b/src/systime.h
index 12d8d406d8e..1d0022e93d7 100644
--- a/src/systime.h
+++ b/src/systime.h
@@ -154,6 +154,9 @@ extern time_t timezone;
extern int set_file_times __P ((const char *, EMACS_TIME, EMACS_TIME));
+/* defined in keyboard.c */
+extern void set_waiting_for_input __P ((EMACS_TIME *));
+
/* Compare times T1 and T2. Value is 0 if T1 and T2 are the same.
Value is < 0 if T1 is less than T2. Value is > 0 otherwise. */