diff options
Diffstat (limited to 'src/systime.h')
-rw-r--r-- | src/systime.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/systime.h b/src/systime.h index 1812f073f35..9080cd2bba1 100644 --- a/src/systime.h +++ b/src/systime.h @@ -93,7 +93,7 @@ extern bool list4_to_timespec (Lisp_Object, Lisp_Object, Lisp_Object, Lisp_Object, struct timespec *); extern struct timespec lisp_time_argument (Lisp_Object); extern _Noreturn void time_overflow (void); -extern void init_timefns (bool); +extern void init_timefns (void); extern void syms_of_timefns (void); INLINE_HEADER_END |