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

Comparing ray/src/px/ra_im.c (file contents):
Revision 2.2 by greg, Sat Feb 22 02:07:27 2003 UTC vs.
Revision 2.3 by schorsch, Mon Oct 27 10:24:51 2003 UTC

# Line 9 | Line 9 | static const char      RCSid[] = "$Id$";
9  
10   #include <stdio.h>
11  
12 + #include "rtprocess.h"
13  
14   #define PCOMM           "pvalue -h -b -db"
15  
16   #define MINVAL          1
17   #define MAXVAL          252
18  
19 < extern FILE     *popen(), *freopen();
19 > extern FILE     *freopen();
20  
21  
22   main(argc, argv)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines