]> git.cameronkatri.com Git - bsdgames-darwin.git/blobdiff - tetris/screen.h
avoid failure on "make install" when /var/games/sail already exists.
[bsdgames-darwin.git] / tetris / screen.h
index fd6793d17a147a7f3108d88fdfd54d54b7c50614..0b12171a3eee4fd75472f494e249e89d9bbba45f 100644 (file)
@@ -1,3 +1,5 @@
+/*     $NetBSD: screen.h,v 1.5 2000/01/01 10:15:17 jsm Exp $   */
+
 /*-
  * Copyright (c) 1992, 1993
  *     The Regents of the University of California.  All rights reserved.
@@ -39,8 +41,8 @@
 /*
  * Capabilities from TERMCAP (used in the score code).
  */
-char *SEstr;                   /* end standout mode */
-char *SOstr;                   /* begin standout mode */
+extern char *SEstr;            /* end standout mode */
+extern char *SOstr;            /* begin standout mode */
 
 /*
  * putpad() is for padded strings with count=1.