X-Git-Url: https://git.cameronkatri.com/bsdgames-darwin.git/blobdiff_plain/b8487be54479a1ff66937082686d4db9f04f7627..11aa9759d84571be17bcc43dfbcca7a6df0c716d:/hack/def.trap.h diff --git a/hack/def.trap.h b/hack/def.trap.h index 34445669..57401f06 100644 --- a/hack/def.trap.h +++ b/hack/def.trap.h @@ -1,9 +1,10 @@ +/* $NetBSD: def.trap.h,v 1.4 1997/10/19 16:57:23 christos Exp $ */ + /* * Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. - * - * $Id: def.trap.h,v 1.2 1993/08/02 17:16:54 mycroft Exp $ */ - +#ifndef _DEF_TRAP_H_ +#define _DEF_TRAP_H_ struct trap { struct trap *ntrap; xchar tx,ty; @@ -13,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 */ @@ -28,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_ */