aboutsummaryrefslogtreecommitdiffstats
path: root/src/dired.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/dired.c')
-rw-r--r--src/dired.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/dired.c b/src/dired.c
index c7f4774b991..c2090aeda0c 100644
--- a/src/dired.c
+++ b/src/dired.c
@@ -93,7 +93,7 @@ extern struct direct *readdir ();
93extern struct re_pattern_buffer *compile_pattern (); 93extern struct re_pattern_buffer *compile_pattern ();
94 94
95/* From filemode.c. Can't go in Lisp.h because of `stat'. */ 95/* From filemode.c. Can't go in Lisp.h because of `stat'. */
96extern void filemodestring P_ ((struct stat *, char *)); 96extern void filemodestring (struct stat *, char *);
97 97
98/* if system does not have symbolic links, it does not have lstat. 98/* if system does not have symbolic links, it does not have lstat.
99 In that case, use ordinary stat instead. */ 99 In that case, use ordinary stat instead. */
@@ -115,7 +115,7 @@ Lisp_Object Qfile_name_all_completions;
115Lisp_Object Qfile_attributes; 115Lisp_Object Qfile_attributes;
116Lisp_Object Qfile_attributes_lessp; 116Lisp_Object Qfile_attributes_lessp;
117 117
118static int scmp P_ ((unsigned char *, unsigned char *, int)); 118static int scmp (unsigned char *, unsigned char *, int);
119 119
120#ifdef WINDOWSNT 120#ifdef WINDOWSNT
121Lisp_Object 121Lisp_Object