summaryrefslogtreecommitdiffstats
path: root/hack/def.eshk.h
diff options
context:
space:
mode:
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_ */