]> git.cameronkatri.com Git - bsdgames-darwin.git/blobdiff - hack/hack.invent.c
WARNSify
[bsdgames-darwin.git] / hack / hack.invent.c
index c4620ca129cbd3999abc48f475b2336957b70e29..3cc42763a1d85bcda920a9ad074e06301006ed2d 100644 (file)
@@ -1,5 +1,10 @@
-/* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */
-/* hack.invent.c - version 1.0.3 */
+/*
+ * Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985.
+ */
+
+#ifndef lint
+static char rcsid[] = "$NetBSD: hack.invent.c,v 1.4 1995/03/23 08:30:25 cgd Exp $";
+#endif /* not lint */
 
 #include       "hack.h"
 #include       <stdio.h>
@@ -7,7 +12,7 @@ extern struct obj *splitobj();
 extern struct obj zeroobj;
 extern char morc;
 extern char quitchars[];
-char *xprname();
+static char *xprname();
 
 #ifndef NOWORM
 #include       "def.wseg.h"