summaryrefslogtreecommitdiffstats
path: root/atc/struct.h
diff options
context:
space:
mode:
Diffstat (limited to 'atc/struct.h')
-rw-r--r--atc/struct.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/atc/struct.h b/atc/struct.h
index 016f1d6c..35e302f5 100644
--- a/atc/struct.h
+++ b/atc/struct.h
@@ -1,4 +1,4 @@
-/* $NetBSD: struct.h,v 1.3 1995/03/21 15:04:31 cgd Exp $ */
+/* $NetBSD: struct.h,v 1.4 1999/07/17 19:57:03 hubertf Exp $ */
/*-
* Copyright (c) 1990, 1993
@@ -107,6 +107,8 @@ typedef struct {
int real_time;
} SCORE;
+#define SCORE_SCANF_FMT "%9s %255s %255s %d %d %d"
+
typedef struct displacement {
int dx;
int dy;