From c8863dae8411bd9e4e4ec5144104a3b742955ec2 Mon Sep 17 00:00:00 2001 From: Ken Raeburn Date: Tue, 16 Jul 2002 19:49:04 +0000 Subject: (set_file_times): Declaration updated. --- src/systime.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/systime.h') diff --git a/src/systime.h b/src/systime.h index 4e57cf8161d..12c66b48605 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 __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. */ -- cgit v1.2.1