xref: /original-bsd/sbin/newlfs/extern.h (revision 62b5d053)
111458ef5Sbostic /*-
251a87a0bSbostic  * Copyright (c) 1991, 1993
351a87a0bSbostic  *	The Regents of the University of California.  All rights reserved.
411458ef5Sbostic  *
511458ef5Sbostic  * %sccs.include.redist.c%
611458ef5Sbostic  *
7*62b5d053Smargo  *	@(#)extern.h	8.2 (Berkeley) 05/24/95
811458ef5Sbostic  */
911458ef5Sbostic 
1011458ef5Sbostic u_long	cksum __P((void *, size_t));
1111458ef5Sbostic u_short	dkcksum __P((struct disklabel *));
1211458ef5Sbostic void	fatal __P((const char *fmt, ...));
1311458ef5Sbostic u_int	log2 __P((u_int));
14*62b5d053Smargo int	make_lfs __P((int, struct disklabel *, struct partition *, int,
15*62b5d053Smargo 		int, int, int));
1611458ef5Sbostic int	mkfs __P((struct partition *, char *, int, int));
1711458ef5Sbostic 
1811458ef5Sbostic extern char	*progname;
1911458ef5Sbostic extern char	*special;
20