1*51412Sbostic /*- 2*51412Sbostic * Copyright (c) 1991 The Regents of the University of California. 3*51412Sbostic * All rights reserved. 4*51412Sbostic * 5*51412Sbostic * %sccs.include.redist.c% 6*51412Sbostic * 7*51412Sbostic * @(#)extern.h 5.1 (Berkeley) 10/27/91 8*51412Sbostic */ 9*51412Sbostic 10*51412Sbostic void c_regular __P((int, char *, off_t, off_t, int, char *, off_t, off_t)); 11*51412Sbostic void c_special __P((int, char *, off_t, int, char *, off_t)); 12*51412Sbostic void diffmsg __P((char *, char *, off_t, off_t)); 13*51412Sbostic void eofmsg __P((char *)); 14*51412Sbostic void err __P((const char *fmt, ...)); 15*51412Sbostic 16*51412Sbostic extern int lflag, sflag; 17