# HG changeset patch # User Dave Love # Date 942949228 0 # Node ID e6e6add72493c199ffa294d92527bd2dc43d6479 # Parent f4cf8ce061c9f0c124eff50e41e4a02718f3464d Add forward declaration for get_boot_time_1. diff -r f4cf8ce061c9 -r e6e6add72493 src/filelock.c --- 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;