xref: /original-bsd/sbin/newlfs/extern.h (revision c3e32dec)
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.1 (Berkeley) 06/05/93
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
15 	    __P((int, struct disklabel *, struct partition *, int, int, int));
16 int	mkfs __P((struct partition *, char *, int, int));
17 
18 extern char	*progname;
19 extern char	*special;
20