summaryrefslogtreecommitdiffstats
path: root/bin/ls/extern.h
diff options
context:
space:
mode:
authordes <des@FreeBSD.org>1998-04-21 22:02:01 +0000
committerdes <des@FreeBSD.org>1998-04-21 22:02:01 +0000
commit88ece5135ae0350444a49333e5f9119ee4cd28a9 (patch)
tree313376d3aae434f5bf31c1557832c5f36663816a /bin/ls/extern.h
parent7914b665ae42ef64075912c42a8457c8d4fadff2 (diff)
downloadFreeBSD-src-88ece5135ae0350444a49333e5f9119ee4cd28a9.zip
FreeBSD-src-88ece5135ae0350444a49333e5f9119ee4cd28a9.tar.gz
Added -b option to display unprintables in octal.
PR: 1315
Diffstat (limited to 'bin/ls/extern.h')
-rw-r--r--bin/ls/extern.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/bin/ls/extern.h b/bin/ls/extern.h
index 58a6173..4a58fff 100644
--- a/bin/ls/extern.h
+++ b/bin/ls/extern.h
@@ -31,7 +31,7 @@
* SUCH DAMAGE.
*
* from: @(#)extern.h 8.1 (Berkeley) 5/31/93
- * $Id: extern.h,v 1.4 1997/02/22 14:03:54 peter Exp $
+ * $Id: extern.h,v 1.5 1997/08/07 15:33:45 steve Exp $
*/
int acccmp __P((const FTSENT *, const FTSENT *));
@@ -49,3 +49,5 @@ void printcol __P((DISPLAY *));
void printlong __P((DISPLAY *));
void printscol __P((DISPLAY *));
void usage __P((void));
+int len_octal __P((char *, int));
+int prn_octal __P((char *));
OpenPOWER on IntegriCloud