]> git.cameronkatri.com Git - bsdgames-darwin.git/blobdiff - hack/hack.o_init.c
Use An in AUTHORS section.
[bsdgames-darwin.git] / hack / hack.o_init.c
index d556203bd19de90ce4ecab13410fc9a0e1283c9f..9ca796e2f23c63946de1a2e93a68e34af0f7a5a3 100644 (file)
@@ -1,4 +1,4 @@
-/*     $NetBSD: hack.o_init.c,v 1.9 2009/06/07 18:30:39 dholland Exp $ */
+/*     $NetBSD: hack.o_init.c,v 1.14 2011/08/06 20:42:43 dholland Exp $        */
 
 /*
  * Copyright (c) 1985, Stichting Centrum voor Wiskunde en Informatica,
@@ -63,7 +63,7 @@
 
 #include <sys/cdefs.h>
 #ifndef lint
-__RCSID("$NetBSD: hack.o_init.c,v 1.9 2009/06/07 18:30:39 dholland Exp $");
+__RCSID("$NetBSD: hack.o_init.c,v 1.14 2011/08/06 20:42:43 dholland Exp $");
 #endif                         /* not lint */
 
 #include <string.h>
@@ -72,6 +72,9 @@ __RCSID("$NetBSD: hack.o_init.c,v 1.9 2009/06/07 18:30:39 dholland Exp $");
 #include "def.objects.h"
 #include "hack.onames.h"       /* for LAST_GEM */
 
+static void setgemprobs(void);
+static int interesting_to_discover(int);
+
 int
 letindex(int let)
 {
@@ -148,7 +151,7 @@ probtype(int let)
        return (i);
 }
 
-void
+static void
 setgemprobs(void)
 {
        int             j, first;
@@ -178,8 +181,8 @@ savenames(int fd)
 {
        int             i;
        size_t          len;
-       bwrite(fd, (char *) bases, sizeof bases);
-       bwrite(fd, (char *) objects, sizeof objects);
+       bwrite(fd, bases, sizeof bases);
+       bwrite(fd, objects, sizeof objects);
        /*
         * as long as we use only one version of Hack/Quest we need not save
         * oc_name and oc_descr, but we must save oc_uname for all objects
@@ -187,7 +190,7 @@ savenames(int fd)
        for (i = 0; i < SIZE(objects); i++) {
                if (objects[i].oc_uname) {
                        len = strlen(objects[i].oc_uname) + 1;
-                       bwrite(fd, (char *) &len, sizeof len);
+                       bwrite(fd, &len, sizeof len);
                        bwrite(fd, objects[i].oc_uname, len);
                }
        }
@@ -198,12 +201,12 @@ restnames(int fd)
 {
        int             i;
        unsigned        len;
-       mread(fd, (char *) bases, sizeof bases);
-       mread(fd, (char *) objects, sizeof objects);
+       mread(fd, bases, sizeof bases);
+       mread(fd, objects, sizeof objects);
        for (i = 0; i < SIZE(objects); i++)
                if (objects[i].oc_uname) {
-                       mread(fd, (char *) &len, sizeof len);
-                       objects[i].oc_uname = (char *) alloc(len);
+                       mread(fd, &len, sizeof len);
+                       objects[i].oc_uname = alloc(len);
                        mread(fd, objects[i].oc_uname, len);
                }
 }
@@ -225,14 +228,14 @@ dodiscovered(void)
        }
        if (ct == 0) {
                pline("You haven't discovered anything yet...");
-               cornline(3, (char *) 0);
+               cornline(3, NULL);
        } else
-               cornline(2, (char *) 0);
+               cornline(2, NULL);
 
        return (0);
 }
 
-int
+static int
 interesting_to_discover(int i)
 {
        return (