mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-07 20:30:32 -08:00
(set_file_times): Declaration updated.
This commit is contained in:
parent
8c2ba7decc
commit
c8863dae84
1 changed files with 1 additions and 1 deletions
|
|
@ -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 __P ((char *, EMACS_TIME, EMACS_TIME));
|
||||
extern int set_file_times __P ((const 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. */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue