]> git.cameronkatri.com Git - bsdgames-darwin.git/blobdiff - hangman/extern.c
Changed deprecated curses call to new equivalent.
[bsdgames-darwin.git] / hangman / extern.c
index a412fe9b1ef3b0062d6ac2616f889920e74c4b84..9a4891beb2a3b1279a1dae61dc56d6207c4d07eb 100644 (file)
@@ -1,4 +1,4 @@
-/*     $NetBSD: extern.c,v 1.5 1999/09/08 21:17:50 jsm Exp $   */
+/*     $NetBSD: extern.c,v 1.6 1999/09/17 20:45:48 jsm Exp $   */
 
 /*
  * Copyright (c) 1983, 1993
@@ -38,7 +38,7 @@
 #if 0
 static char sccsid[] = "@(#)extern.c   8.1 (Berkeley) 5/31/93";
 #else
-__RCSID("$NetBSD: extern.c,v 1.5 1999/09/08 21:17:50 jsm Exp $");
+__RCSID("$NetBSD: extern.c,v 1.6 1999/09/17 20:45:48 jsm Exp $");
 #endif
 #endif /* not lint */
 
@@ -74,6 +74,8 @@ const ERR_POS Err_pos[MAXERRS] = {
        {5, 11, '\\'}
 };
 
+const char *Dict_name = _PATH_DICT;
+
 FILE   *Dict = NULL;
 
 off_t   Dict_size;