--- src/bin/ls/extern.h 2003/06/17 04:22:50 1.2 +++ src/bin/ls/extern.h 2005/09/18 10:37:50 1.3 @@ -32,7 +32,7 @@ * * from: @(#)extern.h 8.1 (Berkeley) 5/31/93 * $FreeBSD: src/bin/ls/extern.h,v 1.7.2.6 2002/11/17 10:27:34 tjr Exp $ - * $DragonFly: src/bin/ls/extern.h,v 1.1 2003/06/15 23:48:36 dillon Exp $ + * $DragonFly$ */ int acccmp(const FTSENT *, const FTSENT *); @@ -63,3 +63,4 @@ extern char *ansi_coloff; extern char *attrs_off; extern char *enter_bold; #endif +extern int termwidth;