]> git.cameronkatri.com Git - bsdgames-darwin.git/blobdiff - atc/list.c
don't install in /usr/share if NOSHARE is defined
[bsdgames-darwin.git] / atc / list.c
index 62132cb9ef7e6e875cfa946277c3c1e33883bab3..a8bfed0217a4475fd863bc5d4d507c8d6ccbef52 100644 (file)
@@ -1,4 +1,4 @@
-/*     $NetBSD: list.c,v 1.3 1995/03/21 15:04:18 cgd Exp $     */
+/*     $NetBSD: list.c,v 1.4 1997/10/10 02:07:23 lukem Exp $   */
 
 /*-
  * Copyright (c) 1990, 1993
  * For more info on this and all of my stuff, mail edjames@berkeley.edu.
  */
 
+#include <sys/cdefs.h>
 #ifndef lint
 #if 0
 static char sccsid[] = "@(#)list.c     8.1 (Berkeley) 5/31/93";
 #else
-static char rcsid[] = "$NetBSD: list.c,v 1.3 1995/03/21 15:04:18 cgd Exp $";
+__RCSID("$NetBSD: list.c,v 1.4 1997/10/10 02:07:23 lukem Exp $");
 #endif
 #endif /* not lint */
 
@@ -61,6 +62,7 @@ newplane()
        return ((PLANE *) calloc(1, sizeof (PLANE)));
 }
 
+void
 append(l, p)
        LIST    *l;
        PLANE   *p;
@@ -99,6 +101,7 @@ append(l, p)
        }
 }
 
+void
 delete(l, p)
        LIST    *l;
        PLANE   *p;