aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/filelock.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/filelock.c b/src/filelock.c
index 8ab6792e67d..8fb41a3d7eb 100644
--- a/src/filelock.c
+++ b/src/filelock.c
@@ -120,6 +120,10 @@ static int boot_time_initialized;
120 120
121extern Lisp_Object Vshell_file_name; 121extern Lisp_Object Vshell_file_name;
122 122
123#ifdef BOOT_TIME
124static void get_boot_time_1 P_ ((char *, int));
125#endif
126
123static time_t 127static time_t
124get_boot_time () 128get_boot_time ()
125{ 129{
@@ -241,6 +245,7 @@ get_boot_time ()
241 Ignore all reboot records on or before BOOT_TIME. 245 Ignore all reboot records on or before BOOT_TIME.
242 Success is indicated by setting BOOT_TIME to a larger value. */ 246 Success is indicated by setting BOOT_TIME to a larger value. */
243 247
248void
244get_boot_time_1 (filename, newest) 249get_boot_time_1 (filename, newest)
245 char *filename; 250 char *filename;
246 int newest; 251 int newest;