151148Sbostic /*- 2*61524Sbostic * Copyright (c) 1991, 1993 3*61524Sbostic * The Regents of the University of California. All rights reserved. 451148Sbostic * 551148Sbostic * %sccs.include.redist.c% 651148Sbostic * 7*61524Sbostic * @(#)extern.h 8.1 (Berkeley) 06/05/93 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)); 1451148Sbostic int make_lfs 1551148Sbostic __P((int, struct disklabel *, struct partition *, int, int, int)); 1651148Sbostic int mkfs __P((struct partition *, char *, int, int)); 1751148Sbostic 1851148Sbostic extern char *progname; 1951148Sbostic extern char *special; 20