-/* $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 */
return ((PLANE *) calloc(1, sizeof (PLANE)));
}
+void
append(l, p)
LIST *l;
PLANE *p;
}
}
+void
delete(l, p)
LIST *l;
PLANE *p;