xref: /original-bsd/sbin/newlfs/extern.h (revision 9a35f7df)
1 /*-
2  * Copyright (c) 1991, 1993
3  *	The Regents of the University of California.  All rights reserved.
4  *
5  * %sccs.include.redist.c%
6  *
7  *	@(#)extern.h	8.2 (Berkeley) 05/24/95
8  */
9 
10 u_long	cksum __P((void *, size_t));
11 u_short	dkcksum __P((struct disklabel *));
12 void	fatal __P((const char *fmt, ...));
13 u_int	log2 __P((u_int));
14 int	make_lfs __P((int, struct disklabel *, struct partition *, int,
15 		int, int, int));
16 int	mkfs __P((struct partition *, char *, int, int));
17 
18 extern char	*progname;
19 extern char	*special;
20