1*53836Selan /* 2*53836Selan * Copyright (c) 1988 The Regents of the University of California. 3*53836Selan * All rights reserved. 4*53836Selan * 5*53836Selan * This code is derived from software contributed to Berkeley by 6*53836Selan * Kenneth Almquist. 7*53836Selan * 8*53836Selan * %sccs.include.redist.c% 9*53836Selan */ 10*53836Selan 11*53836Selan #include <sys/cdefs.h> 12*53836Selan 13*53836Selan __BEGIN_DECLS 14*53836Selan void error __P((char *)); 15*53836Selan void *stalloc __P((int)); 16*53836Selan 17*53836Selan __END_DECLS 18