From 872a50db510aae37e624f1b82db06f08023c5712 Mon Sep 17 00:00:00 2001 From: lukem Date: Fri, 10 Oct 1997 02:07:01 +0000 Subject: WARNSify --- atc/list.c | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'atc/list.c') diff --git a/atc/list.c b/atc/list.c index 62132cb9..a8bfed02 100644 --- a/atc/list.c +++ b/atc/list.c @@ -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 @@ -45,11 +45,12 @@ * For more info on this and all of my stuff, mail edjames@berkeley.edu. */ +#include #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; -- cgit v1.2.3-56-ge451