151145Sbostic /*- 2*61488Sbostic * Copyright (c) 1991, 1993 3*61488Sbostic * The Regents of the University of California. All rights reserved. 451145Sbostic * 551145Sbostic * %sccs.include.redist.c% 651145Sbostic * 7*61488Sbostic * @(#)extern.h 8.1 (Berkeley) 06/05/93 851145Sbostic */ 951145Sbostic 1051145Sbostic void err __P((const char *, ...)); 1151145Sbostic void get __P((int, off_t, void *, size_t)); 1251145Sbostic 1351145Sbostic extern char *special; 14