summaryrefslogtreecommitdiffstats
path: root/bin/ls/extern.h
diff options
context:
space:
mode:
Diffstat (limited to 'bin/ls/extern.h')
-rw-r--r--bin/ls/extern.h34
1 files changed, 17 insertions, 17 deletions
diff --git a/bin/ls/extern.h b/bin/ls/extern.h
index f758a23..ec147de 100644
--- a/bin/ls/extern.h
+++ b/bin/ls/extern.h
@@ -34,25 +34,25 @@
* $FreeBSD$
*/
-int acccmp __P((const FTSENT *, const FTSENT *));
-int revacccmp __P((const FTSENT *, const FTSENT *));
-int modcmp __P((const FTSENT *, const FTSENT *));
-int revmodcmp __P((const FTSENT *, const FTSENT *));
-int namecmp __P((const FTSENT *, const FTSENT *));
-int revnamecmp __P((const FTSENT *, const FTSENT *));
-int statcmp __P((const FTSENT *, const FTSENT *));
-int revstatcmp __P((const FTSENT *, const FTSENT *));
+int acccmp(const FTSENT *, const FTSENT *);
+int revacccmp(const FTSENT *, const FTSENT *);
+int modcmp(const FTSENT *, const FTSENT *);
+int revmodcmp(const FTSENT *, const FTSENT *);
+int namecmp(const FTSENT *, const FTSENT *);
+int revnamecmp(const FTSENT *, const FTSENT *);
+int statcmp(const FTSENT *, const FTSENT *);
+int revstatcmp(const FTSENT *, const FTSENT *);
-void printcol __P((DISPLAY *));
-void printlong __P((DISPLAY *));
-void printscol __P((DISPLAY *));
-void usage __P((void));
-int len_octal __P((const char *, int));
-int prn_octal __P((const char *));
-int prn_printable __P((const char *));
+void printcol(DISPLAY *);
+void printlong(DISPLAY *);
+void printscol(DISPLAY *);
+void usage(void);
+int len_octal(const char *, int);
+int prn_octal(const char *);
+int prn_printable(const char *);
#ifdef COLORLS
-void parsecolors __P((const char *cs));
-void colorquit __P((int));
+void parsecolors(const char *cs);
+void colorquit(int);
extern char *ansi_fgcol;
extern char *ansi_bgcol;
OpenPOWER on IntegriCloud