checkpoint of hacking for mail.cs.berkeley.edu
[unix-history] / usr / src / sbin / newlfs / extern.h
CommitLineData
e60ec42d
KB
1/*-
2 * Copyright (c) 1991 The Regents of the University of California.
3 * All rights reserved.
4 *
5 * %sccs.include.redist.c%
6 *
7 * @(#)extern.h 5.1 (Berkeley) %G%
8 */
9
10u_long cksum __P((void *, size_t));
11u_short dkcksum __P((struct disklabel *));
12void fatal __P((const char *fmt, ...));
13u_int log2 __P((u_int));
14int make_lfs
15 __P((int, struct disklabel *, struct partition *, int, int, int));
16int mkfs __P((struct partition *, char *, int, int));
17
18extern char *progname;
19extern char *special;