X-Git-Url: https://git.cameronkatri.com/bsdgames-darwin.git/blobdiff_plain/77e3814f0c0e3dea4d0032e25666f77e6f83bfff..dd1a8e39b3a83266b1ed724eeccec96dc60cd87a:/hack/def.trap.h diff --git a/hack/def.trap.h b/hack/def.trap.h index 26946add..57401f06 100644 --- a/hack/def.trap.h +++ b/hack/def.trap.h @@ -1,6 +1,10 @@ -/* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */ -/* def.trap.h - version 1.0.2 */ +/* $NetBSD: def.trap.h,v 1.4 1997/10/19 16:57:23 christos Exp $ */ +/* + * Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. + */ +#ifndef _DEF_TRAP_H_ +#define _DEF_TRAP_H_ struct trap { struct trap *ntrap; xchar tx,ty; @@ -10,7 +14,6 @@ struct trap { }; extern struct trap *ftrap; -struct trap *t_at(); #define newtrap() (struct trap *) alloc(sizeof(struct trap)) /* various kinds of traps */ @@ -25,3 +28,4 @@ struct trap *t_at(); #define MIMIC 8 /* used only in mklev.c */ #define TRAPNUM 9 /* if not less than 32, change sizeof(ttyp) */ /* see also mtrapseen (bit map) */ +#endif /* _DEF_TRAP_H_ */