summaryrefslogtreecommitdiffstats
path: root/cribbage/cribbage.h
diff options
context:
space:
mode:
Diffstat (limited to 'cribbage/cribbage.h')
-rw-r--r--cribbage/cribbage.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/cribbage/cribbage.h b/cribbage/cribbage.h
index 963242b7..c0759fc8 100644
--- a/cribbage/cribbage.h
+++ b/cribbage/cribbage.h
@@ -1,4 +1,4 @@
-/* $NetBSD: cribbage.h,v 1.7 1999/09/30 18:01:32 jsm Exp $ */
+/* $NetBSD: cribbage.h,v 1.8 2002/12/06 01:48:24 thorpej Exp $ */
/*
* Copyright (c) 1980, 1993
@@ -59,7 +59,7 @@ extern BOOLEAN rflag; /* if all cuts random */
extern BOOLEAN quiet; /* if suppress random mess */
extern BOOLEAN playing; /* currently playing game */
-extern char expl[]; /* string for explanation */
+extern char explan[]; /* string for explanation */
void addmsg __P((const char *, ...));
int adjust __P((const CARD [], CARD));