# HG changeset patch # User Ken Raeburn # Date 1026848944 0 # Node ID 2b7a72428d131dc430a8062808c8514ea2e20ef7 # Parent 148316527c61d59d05dfe2f82208839ea4c42c59 (set_file_times): Declaration updated. diff -r 148316527c61 -r 2b7a72428d13 src/systime.h --- a/src/systime.h Tue Jul 16 19:49:00 2002 +0000 +++ b/src/systime.h Tue Jul 16 19:49:04 2002 +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 __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. */