From 2f2500efff47d8a0d0ea412568232364e856c1f5 Mon Sep 17 00:00:00 2001 From: Dave Love Date: Thu, 18 Nov 1999 18:20:28 +0000 Subject: [PATCH] Add forward declaration for get_boot_time_1. --- src/filelock.c | 5 +++++ 1 file changed, 5 insertions(+) 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; extern Lisp_Object Vshell_file_name; +#ifdef BOOT_TIME +static void get_boot_time_1 P_ ((char *, int)); +#endif + static time_t get_boot_time () { @@ -241,6 +245,7 @@ get_boot_time () Ignore all reboot records on or before BOOT_TIME. Success is indicated by setting BOOT_TIME to a larger value. */ +void get_boot_time_1 (filename, newest) char *filename; int newest; -- 2.39.2