+/* $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;
};
extern struct trap *ftrap;
-struct trap *t_at();
#define newtrap() (struct trap *) alloc(sizeof(struct trap))
/* various kinds of traps */
#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_ */