]> git.cameronkatri.com Git - bsdgames-darwin.git/blobdiff - backgammon/common_source/fancy.c
remove sh warning when invoked with no args
[bsdgames-darwin.git] / backgammon / common_source / fancy.c
index d58e594fdd318a52b3285d4e3b3519ef56b7b848..d0c362c89db1af6d67a85e1e57fb303c2a9dc98b 100644 (file)
@@ -1,4 +1,4 @@
-/*     $NetBSD: fancy.c,v 1.6 1997/10/14 00:41:20 lukem Exp $  */
+/*     $NetBSD: fancy.c,v 1.9 1999/02/10 17:08:06 hubertf Exp $        */
 
 /*
  * Copyright (c) 1980, 1993
@@ -38,7 +38,7 @@
 #if 0
 static char sccsid[] = "@(#)fancy.c    8.1 (Berkeley) 5/31/93";
 #else
-__RCSID("$NetBSD: fancy.c,v 1.6 1997/10/14 00:41:20 lukem Exp $");
+__RCSID("$NetBSD: fancy.c,v 1.9 1999/02/10 17:08:06 hubertf Exp $");
 #endif
 #endif /* not lint */
 
@@ -585,13 +585,6 @@ clear()
        tputs(CL, CO, addbuf);  /* put CL in buffer */
 }
 
-void
-tos()
-{                              /* home cursor */
-       curmove(0, 0);
-}
-
-
 void
 fancyc(c)
        char    c;              /* character to output */
@@ -698,7 +691,7 @@ newline()
 
 int
 getcaps(s)
-       char   *s;
+       const char   *s;
 {
        char   *code;           /* two letter code */
        char ***cap;            /* pointer to cap string */