--- ray/src/rt/devmain.c 1997/11/11 20:02:59 2.2 +++ ray/src/rt/devmain.c 2003/02/25 02:47:22 2.4 @@ -1,17 +1,14 @@ -/* Copyright (c) 1989 Regents of the University of California */ - #ifndef lint -static char SCCSid[] = "$SunId$ LBL"; +static const char RCSid[] = "$Id: devmain.c,v 2.4 2003/02/25 02:47:22 greg Exp $"; #endif - /* * devmain.c - main for independent drivers. * * Redefine your initialization routine to dinit. - * - * 10/25/89 */ +#include "copyright.h" + #include "standard.h" #include "color.h" @@ -69,6 +66,7 @@ char *argv[]; } +void quit(code) /* close device and exit */ int code; { @@ -180,6 +178,7 @@ register FILE *fp; } +void eputs(s) /* put string to stderr */ register char *s; {