1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-04-17 11:32:59 -07:00

(set_file_times): Prototype.

This commit is contained in:
Dave Love 2001-01-04 17:50:27 +00:00
parent f0cf3646ef
commit 2dede123e7

View file

@ -151,7 +151,7 @@ extern time_t timezone;
#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. */