xref: /original-bsd/usr.sbin/mtree/extern.h (revision b366b3c1)
1 /*-
2  * Copyright (c) 1991 The Regents of the University of California.
3  * All rights reserved.
4  *
5  * %sccs.include.redist.c%
6  *
7  *	@(#)extern.h	5.2 (Berkeley) 04/17/92
8  */
9 
10 int	 compare __P((char *, NODE *, FTSENT *));
11 int	 crc __P((int, u_long *, u_long *));
12 void	 cwalk __P((void));
13 void	 err __P((const char *, ...));
14 char	*inotype __P((u_int));
15 u_int	 parsekey __P((char *, int *));
16 char	*rlink __P((char *));
17 NODE	*spec __P((void));
18 int	 verify __P((void));
19