changeset 26501:e6e6add72493

Add forward declaration for get_boot_time_1.
author Dave Love <fx@gnu.org>
date Thu, 18 Nov 1999 18:20:28 +0000
parents f4cf8ce061c9
children 9a80d274ce46
files src/filelock.c
diffstat 1 files changed, 5 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/filelock.c	Thu Nov 18 18:14:29 1999 +0000
+++ b/src/filelock.c	Thu Nov 18 18:20:28 1999 +0000
@@ -120,6 +120,10 @@
 
 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 @@
    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;