151145Sbostic /*- 261488Sbostic * Copyright (c) 1991, 1993 361488Sbostic * The Regents of the University of California. All rights reserved. 451145Sbostic * 551145Sbostic * %sccs.include.redist.c% 651145Sbostic * 7*68988Sbostic * @(#)extern.h 8.2 (Berkeley) 04/28/95 851145Sbostic */ 951145Sbostic 1051145Sbostic void get __P((int, off_t, void *, size_t)); 1151145Sbostic 1251145Sbostic extern char *special; 13