From: Dave Love Date: Thu, 4 Jan 2001 17:50:27 +0000 (+0000) Subject: (set_file_times): Prototype. X-Git-Tag: emacs-pretest-21.0.95~112 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=2dede123e7dd70503f1cc6d73debd561301481e9;p=emacs.git (set_file_times): Prototype. --- 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; #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. */