diff options
| author | Dave Love | 2001-01-04 17:50:27 +0000 |
|---|---|---|
| committer | Dave Love | 2001-01-04 17:50:27 +0000 |
| commit | 2dede123e7dd70503f1cc6d73debd561301481e9 (patch) | |
| tree | 92463ad3f1a1ceb7a32cb0393e0bfc7bbb61a8dc /src | |
| parent | f0cf3646ef3c16eecb18b14cd9dabc4bbf2ce2be (diff) | |
| download | emacs-2dede123e7dd70503f1cc6d73debd561301481e9.tar.gz emacs-2dede123e7dd70503f1cc6d73debd561301481e9.zip | |
(set_file_times): Prototype.
Diffstat (limited to 'src')
| -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 2b7eedbefcd..4e57cf8161d 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 (); | 154 | extern int set_file_times __P ((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. */ |