# HG changeset patch # User Dave Love # Date 978630627 0 # Node ID 2ed3df43566e5f78d727ff54efeda240b674a6e7 # Parent 29053ba75ce5eb0cad96e8cded69bf680f710ebe (set_file_times): Prototype. diff -r 29053ba75ce5 -r 2ed3df43566e src/systime.h --- 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. */