add specific mailer uid/gid to run as
[unix-history] / usr / src / usr.sbin / mtree / extern.h
CommitLineData
88af7a9e 1/*-
47d3c023
KB
2 * Copyright (c) 1991, 1993
3 * The Regents of the University of California. All rights reserved.
88af7a9e
KB
4 *
5 * %sccs.include.redist.c%
6 *
47d3c023 7 * @(#)extern.h 8.1 (Berkeley) %G%
88af7a9e
KB
8 */
9
10int compare __P((char *, NODE *, FTSENT *));
11int crc __P((int, u_long *, u_long *));
12void cwalk __P((void));
13void err __P((const char *, ...));
14char *inotype __P((u_int));
4e63770a 15u_int parsekey __P((char *, int *));
88af7a9e
KB
16char *rlink __P((char *));
17NODE *spec __P((void));
18int verify __P((void));