151148Sbostic /*- 261524Sbostic * Copyright (c) 1991, 1993 361524Sbostic * The Regents of the University of California. All rights reserved. 451148Sbostic * 551148Sbostic * %sccs.include.redist.c% 651148Sbostic * 7*69672Smargo * @(#)extern.h 8.2 (Berkeley) 05/24/95 851148Sbostic */ 951148Sbostic 1051148Sbostic u_long cksum __P((void *, size_t)); 1151148Sbostic u_short dkcksum __P((struct disklabel *)); 1251148Sbostic void fatal __P((const char *fmt, ...)); 1351148Sbostic u_int log2 __P((u_int)); 14*69672Smargo int make_lfs __P((int, struct disklabel *, struct partition *, int, 15*69672Smargo int, int, int)); 1651148Sbostic int mkfs __P((struct partition *, char *, int, int)); 1751148Sbostic 1851148Sbostic extern char *progname; 1951148Sbostic extern char *special; 20