xref: /csrg-svn/usr.bin/cmp/extern.h (revision 61942)
151412Sbostic /*-
2*61942Sbostic  * Copyright (c) 1991, 1993
3*61942Sbostic  *	The Regents of the University of California.  All rights reserved.
451412Sbostic  *
551412Sbostic  * %sccs.include.redist.c%
651412Sbostic  *
7*61942Sbostic  *	@(#)extern.h	8.1 (Berkeley) 06/06/93
851412Sbostic  */
951412Sbostic 
1051412Sbostic void	c_regular __P((int, char *, off_t, off_t, int, char *, off_t, off_t));
1151412Sbostic void	c_special __P((int, char *, off_t, int, char *, off_t));
1251412Sbostic void	diffmsg __P((char *, char *, off_t, off_t));
1351412Sbostic void	eofmsg __P((char *));
1451412Sbostic void	err __P((const char *fmt, ...));
1551412Sbostic 
1651412Sbostic extern int lflag, sflag;
17