Mercurial > emacs
changeset 35058:2ed3df43566e
(set_file_times): Prototype.
author | Dave Love <fx@gnu.org> |
---|---|
date | Thu, 04 Jan 2001 17:50:27 +0000 |
parents | 29053ba75ce5 |
children | c760b01b3253 |
files | src/systime.h |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/systime.h Thu Jan 04 17:48:42 2001 +0000 +++ b/src/systime.h Thu Jan 04 17:50:27 2001 +0000 @@ -151,7 +151,7 @@ #define EMACS_SET_SECS_USECS(time, secs, usecs) \ (EMACS_SET_SECS (time, secs), EMACS_SET_USECS (time, usecs)) -extern int set_file_times (); +extern int set_file_times __P ((char *, EMACS_TIME, EMACS_TIME)); /* Compare times T1 and T2. Value is 0 if T1 and T2 are the same. Value is < 0 if T1 is less than T2. Value is > 0 otherwise. */