-/* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */
-/* def.edog.h - version 1.0.2 */
+/* $NetBSD: def.edog.h,v 1.4 1997/10/19 16:56:51 christos Exp $ */
+/*
+ * Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985.
+ */
+
+#ifndef _DEF_EDOG_H_
+#define _DEF_EDOG_H_
struct edog {
long hungrytime; /* at this time dog gets hungry */
long eattime; /* dog is eating */
long whistletime; /* last time he whistled */
};
#define EDOG(mp) ((struct edog *)(&(mp->mextra[0])))
+
+#endif /* _DEF_EDOG_H_ */