diff options
Diffstat (limited to 'bin/ls/extern.h')
-rw-r--r-- | bin/ls/extern.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/ls/extern.h b/bin/ls/extern.h index 52b6a85..02a61f5 100644 --- a/bin/ls/extern.h +++ b/bin/ls/extern.h @@ -38,6 +38,8 @@ int namecmp(const FTSENT *, const FTSENT *); int revnamecmp(const FTSENT *, const FTSENT *); int statcmp(const FTSENT *, const FTSENT *); int revstatcmp(const FTSENT *, const FTSENT *); +int sizecmp(const FTSENT *, const FTSENT *); +int revsizecmp(const FTSENT *, const FTSENT *); void printcol(const DISPLAY *); void printlong(const DISPLAY *); |