diff options
| author | Ken Raeburn | 2002-07-16 19:49:04 +0000 |
|---|---|---|
| committer | Ken Raeburn | 2002-07-16 19:49:04 +0000 |
| commit | c8863dae8411bd9e4e4ec5144104a3b742955ec2 (patch) | |
| tree | bf98afde6a08d59ca5bd6d2effc243f01f5ebef2 | |
| parent | 8c2ba7decc2e14a9190f7701727dda29ad3b6410 (diff) | |
| download | emacs-c8863dae8411bd9e4e4ec5144104a3b742955ec2.tar.gz emacs-c8863dae8411bd9e4e4ec5144104a3b742955ec2.zip | |
(set_file_times): Declaration updated.
| -rw-r--r-- | src/systime.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/systime.h b/src/systime.h index 4e57cf8161d..12c66b48605 100644 --- a/src/systime.h +++ b/src/systime.h | |||
| @@ -151,7 +151,7 @@ extern time_t timezone; | |||
| 151 | #define EMACS_SET_SECS_USECS(time, secs, usecs) \ | 151 | #define EMACS_SET_SECS_USECS(time, secs, usecs) \ |
| 152 | (EMACS_SET_SECS (time, secs), EMACS_SET_USECS (time, usecs)) | 152 | (EMACS_SET_SECS (time, secs), EMACS_SET_USECS (time, usecs)) |
| 153 | 153 | ||
| 154 | extern int set_file_times __P ((char *, EMACS_TIME, EMACS_TIME)); | 154 | extern int set_file_times __P ((const char *, EMACS_TIME, EMACS_TIME)); |
| 155 | 155 | ||
| 156 | /* Compare times T1 and T2. Value is 0 if T1 and T2 are the same. | 156 | /* Compare times T1 and T2. Value is 0 if T1 and T2 are the same. |
| 157 | Value is < 0 if T1 is less than T2. Value is > 0 otherwise. */ | 157 | Value is < 0 if T1 is less than T2. Value is > 0 otherwise. */ |