date and time created 91/10/27 14:14:57 by bostic
[unix-history] / usr / src / usr.bin / cmp / extern.h
CommitLineData
49f808e3
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
10void c_regular __P((int, char *, off_t, off_t, int, char *, off_t, off_t));
11void c_special __P((int, char *, off_t, int, char *, off_t));
12void diffmsg __P((char *, char *, off_t, off_t));
13void eofmsg __P((char *));
14void err __P((const char *fmt, ...));
15
16extern int lflag, sflag;