ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/rt/devtable.c
(Generate patch)

Comparing ray/src/rt/devtable.c (file contents):
Revision 2.6 by greg, Mon Jun 30 19:04:29 2003 UTC vs.
Revision 2.7 by schorsch, Tue Mar 30 16:13:01 2004 UTC

# Line 10 | Line 10 | static const char      RCSid[] = "$Id$";
10   #include  <stdio.h>
11  
12   #include  "color.h"
13
13   #include  "driver.h"
14  
15   char  dev_default[] = "x11";
16  
17 < extern struct driver  *x11_init();
17 > extern dr_initf_t x11_init; /* XXX this should be in a seperate header file */
18  
19   struct device  devtable[] = {                   /* supported devices */
20          {"slave", "Slave driver", slave_init},

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines