summaryrefslogtreecommitdiffstats
path: root/hack/def.eshk.h
diff options
context:
space:
mode:
authorchristos <christos@NetBSD.org>1997-10-19 16:56:41 +0000
committerchristos <christos@NetBSD.org>1997-10-19 16:56:41 +0000
commit84e7d0704483ce39bbdeacd5e676168db6fa664f (patch)
treef9ffeffa1a4342e749494bc3f5618552435839af /hack/def.eshk.h
parentf73f1009084e75624e3bc00fef9cf4749de80dcc (diff)
downloadbsdgames-darwin-84e7d0704483ce39bbdeacd5e676168db6fa664f.tar.gz
bsdgames-darwin-84e7d0704483ce39bbdeacd5e676168db6fa664f.tar.zst
bsdgames-darwin-84e7d0704483ce39bbdeacd5e676168db6fa664f.zip
WARNsify...
Diffstat (limited to 'hack/def.eshk.h')
-rw-r--r--hack/def.eshk.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/hack/def.eshk.h b/hack/def.eshk.h
index 781c3461..43ee690b 100644
--- a/hack/def.eshk.h
+++ b/hack/def.eshk.h
@@ -1,8 +1,10 @@
+/* $NetBSD: def.eshk.h,v 1.4 1997/10/19 16:56:53 christos Exp $ */
+
/*
* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985.
- *
- * $NetBSD: def.eshk.h,v 1.3 1995/03/23 08:29:21 cgd Exp $
*/
+#ifndef _DEF_ESHK_H_
+#define _DEF_ESHK_H_
#define BILLSZ 200
struct bill_x {
@@ -25,3 +27,4 @@ struct eshk {
char customer[PL_NSIZ]; /* most recent customer */
char shknam[PL_NSIZ];
};
+#endif /* _DEF_ESHK_H_ */