From 067a8b32991f06a59ed967af92ffa3d577522fd2 Mon Sep 17 00:00:00 2001 From: jsm Date: Sun, 20 Jan 2002 00:42:51 +0000 Subject: Allow minimum word length to be set on command line. Patch based on one by Joey Hess . --- hangman/hangman.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'hangman/hangman.h') diff --git a/hangman/hangman.h b/hangman/hangman.h index 3ed05db8..eddf4fff 100644 --- a/hangman/hangman.h +++ b/hangman/hangman.h @@ -1,4 +1,4 @@ -/* $NetBSD: hangman.h,v 1.10 1999/09/17 20:45:49 jsm Exp $ */ +/* $NetBSD: hangman.h,v 1.11 2002/01/20 00:42:51 jsm Exp $ */ /* * Copyright (c) 1983, 1993 @@ -73,6 +73,7 @@ extern char Word[], Known[]; extern const char *const Noose_pict[]; extern int Errors, Wordnum; +extern unsigned int Minlen; extern double Average; -- cgit v1.2.3