--- ray/src/rt/devtable.c 1994/09/12 15:47:17 2.3 +++ ray/src/rt/devtable.c 2003/06/30 19:04:29 2.6 @@ -1,15 +1,16 @@ -/* Copyright (c) 1991 Regents of the University of California */ - #ifndef lint -static char SCCSid[] = "$SunId$ LBL"; +static const char RCSid[] = "$Id: devtable.c,v 2.6 2003/06/30 19:04:29 greg Exp $"; #endif - /* * devtable.c - device table for rview. - * - * 3/30/88 */ +#include "copyright.h" + +#include + +#include "color.h" + #include "driver.h" char dev_default[] = "x11"; @@ -17,7 +18,7 @@ char dev_default[] = "x11"; extern struct driver *x11_init(); struct device devtable[] = { /* supported devices */ - {"slave", "Slave driver", comm_init}, + {"slave", "Slave driver", slave_init}, {"x11", "X11 color or greyscale display", x11_init}, {"x11d", "X11 display using stdin/stdout", x11_init}, {0} /* terminator */