diff options
Diffstat (limited to 'usr.sbin/mtree/extern.h')
-rw-r--r-- | usr.sbin/mtree/extern.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/mtree/extern.h b/usr.sbin/mtree/extern.h index b3644e75d25..4954adb6749 100644 --- a/usr.sbin/mtree/extern.h +++ b/usr.sbin/mtree/extern.h @@ -1,4 +1,4 @@ -/* $OpenBSD: extern.h,v 1.6 2004/05/02 17:55:53 millert Exp $ */ +/* $OpenBSD: extern.h,v 1.7 2004/11/21 19:36:04 otto Exp $ */ /* $NetBSD: extern.h,v 1.3 1995/03/07 21:12:07 cgd Exp $ */ /*- @@ -36,6 +36,7 @@ struct _node; struct _ftsent; int compare(char *, struct _node *, struct _ftsent *); +int dsort(const struct _ftsent **, const struct _ftsent **); int crc(int, u_int32_t *, u_int32_t *); void cwalk(void); void error(const char *, ...); |