]> git.cameronkatri.com Git - bsdgames-darwin.git/blobdiff - monop/misc.c
Greatly simplify these by using <bsd.hostprog.mk>. Should do the same
[bsdgames-darwin.git] / monop / misc.c
index f659cac1533fb70fe1bb68d7bd8fe44e1a9ce7a7..635604c68834cc1e6554f2b055e9f05a4926c4bf 100644 (file)
@@ -1,4 +1,4 @@
-/*     $NetBSD: misc.c,v 1.7 1999/08/21 10:40:03 simonb Exp $  */
+/*     $NetBSD: misc.c,v 1.9 1999/09/30 18:01:32 jsm Exp $     */
 
 /*
  * Copyright (c) 1980, 1993
@@ -38,7 +38,7 @@
 #if 0
 static char sccsid[] = "@(#)misc.c     8.1 (Berkeley) 5/31/93";
 #else
-__RCSID("$NetBSD: misc.c,v 1.7 1999/08/21 10:40:03 simonb Exp $");
+__RCSID("$NetBSD: misc.c,v 1.9 1999/09/30 18:01:32 jsm Exp $");
 #endif
 #endif /* not lint */
 
@@ -52,7 +52,7 @@ __RCSID("$NetBSD: misc.c,v 1.7 1999/08/21 10:40:03 simonb Exp $");
  */
 int
 getyn(prompt)
-       char *prompt;
+       const char *prompt;
 {
        int com;
 
@@ -96,7 +96,7 @@ next_play()
  */
 int
 get_int(prompt)
-       char *prompt;
+       const char *prompt;
 {
        int num;
        char *sp;
@@ -223,7 +223,7 @@ set_ownlist(pl)
                        if (num == orig->num_in)
                                is_monop(orig, pl);
                        else
-                               isnot_monop(orig);
+                               is_not_monop(orig);
                        break;
                }
        }
@@ -250,7 +250,7 @@ is_monop(mp, pl)
  *     This routine sets things up as if it is no longer a monopoly
  */
 void
-isnot_monop(mp)
+is_not_monop(mp)
        MON *mp;
 {
        int i;