]> code.delx.au - gnu-emacs/commitdiff
(set_file_times): Declaration updated.
authorKen Raeburn <raeburn@raeburn.org>
Tue, 16 Jul 2002 19:49:04 +0000 (19:49 +0000)
committerKen Raeburn <raeburn@raeburn.org>
Tue, 16 Jul 2002 19:49:04 +0000 (19:49 +0000)
src/systime.h

index 4e57cf8161db21a07d5c8e7e6a3025a2e6ad2927..12c66b4860507d2575a140f6f2f9864a7e30fd4c 100644 (file)
@@ -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.  */