151412Sbostic /*- 2*66652Spendry * Copyright (c) 1991, 1993, 1994 361942Sbostic * The Regents of the University of California. All rights reserved. 451412Sbostic * 551412Sbostic * %sccs.include.redist.c% 651412Sbostic * 7*66652Spendry * @(#)extern.h 8.3 (Berkeley) 04/02/94 851412Sbostic */ 951412Sbostic 1066589Spendry #define OK_EXIT 0 1166589Spendry #define DIFF_EXIT 1 1266589Spendry #define ERR_EXIT 2 /* error exit code */ 1366589Spendry 1451412Sbostic void c_regular __P((int, char *, off_t, off_t, int, char *, off_t, off_t)); 1551412Sbostic void c_special __P((int, char *, off_t, int, char *, off_t)); 1651412Sbostic void diffmsg __P((char *, char *, off_t, off_t)); 1751412Sbostic void eofmsg __P((char *)); 1851412Sbostic 1951412Sbostic extern int lflag, sflag; 20