147118Sbostic /*- 260698Sbostic * Copyright (c) 1991, 1993 360698Sbostic * The Regents of the University of California. All rights reserved. 447118Sbostic * 547118Sbostic * This code is derived from software contributed to Berkeley by 647118Sbostic * Kenneth Almquist. 747118Sbostic * 847118Sbostic * %sccs.include.redist.c% 947118Sbostic * 10*69272Schristos * @(#)init.h 8.2 (Berkeley) 05/04/95 1147118Sbostic */ 1247118Sbostic 13*69272Schristos void init __P((void)); 14*69272Schristos void reset __P((void)); 15*69272Schristos void initshellproc __P((void)); 16