151412Sbostic /*- 261942Sbostic * Copyright (c) 1991, 1993 361942Sbostic * The Regents of the University of California. All rights reserved. 451412Sbostic * 551412Sbostic * %sccs.include.redist.c% 651412Sbostic * 7*66589Spendry * @(#)extern.h 8.2 (Berkeley) 04/01/94 851412Sbostic */ 951412Sbostic 10*66589Spendry #define OK_EXIT 0 11*66589Spendry #define DIFF_EXIT 1 12*66589Spendry #define ERR_EXIT 2 /* error exit code */ 13*66589Spendry 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