]> git.cameronkatri.com Git - bsdgames-darwin.git/blobdiff - phantasia/io.c
KNF and WARNS=3 fixes
[bsdgames-darwin.git] / phantasia / io.c
index 8caf069bae276617f8987a97aba1958fc40603ea..66f2363706ef447f701cf9504976cb68cf08525d 100644 (file)
@@ -1,4 +1,4 @@
-/*     $NetBSD: io.c,v 1.8 2004/04/11 13:35:06 he Exp $        */
+/*     $NetBSD: io.c,v 1.9 2005/02/15 12:58:21 jsm Exp $       */
 
 /*
  * io.c - input/output routines for Phantasia
@@ -156,7 +156,7 @@ interrupt()
 int
 getanswer(choices, def)
        const char   *choices;
-       bool    def;
+       phbool  def;
 {
        int     ch;             /* input */
        volatile int    loop;   /* counter */