changeset 46476:2b7a72428d13

(set_file_times): Declaration updated.
author Ken Raeburn <raeburn@raeburn.org>
date Tue, 16 Jul 2002 19:49:04 +0000
parents 148316527c61
children 1e108eb581e8
files src/systime.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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.  */