diff options
| author | Dave Love | 1999-11-18 18:20:28 +0000 |
|---|---|---|
| committer | Dave Love | 1999-11-18 18:20:28 +0000 |
| commit | 2f2500efff47d8a0d0ea412568232364e856c1f5 (patch) | |
| tree | 1367fa6670b9c2aa5a834836e8a10f35583a23a7 /src/filelock.c | |
| parent | 0dcd5b54e2b1705821c61a7df99772c813221753 (diff) | |
| download | emacs-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.c | 5 |
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 | ||
| 121 | extern Lisp_Object Vshell_file_name; | 121 | extern Lisp_Object Vshell_file_name; |
| 122 | 122 | ||
| 123 | #ifdef BOOT_TIME | ||
| 124 | static void get_boot_time_1 P_ ((char *, int)); | ||
| 125 | #endif | ||
| 126 | |||
| 123 | static time_t | 127 | static time_t |
| 124 | get_boot_time () | 128 | get_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 | ||
| 248 | void | ||
| 244 | get_boot_time_1 (filename, newest) | 249 | get_boot_time_1 (filename, newest) |
| 245 | char *filename; | 250 | char *filename; |
| 246 | int newest; | 251 | int newest; |