aboutsummaryrefslogtreecommitdiffstats
path: root/src/filelock.c
diff options
context:
space:
mode:
authorDave Love1999-11-18 18:20:28 +0000
committerDave Love1999-11-18 18:20:28 +0000
commit2f2500efff47d8a0d0ea412568232364e856c1f5 (patch)
tree1367fa6670b9c2aa5a834836e8a10f35583a23a7 /src/filelock.c
parent0dcd5b54e2b1705821c61a7df99772c813221753 (diff)
downloademacs-2f2500efff47d8a0d0ea412568232364e856c1f5.tar.gz
emacs-2f2500efff47d8a0d0ea412568232364e856c1f5.zip
Add forward declaration for get_boot_time_1.
Diffstat (limited to 'src/filelock.c')
-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;