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.4 by schorsch, Sun Mar 28 20:33:14 2004 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)
23 < int     argc;
24 < char    *argv[];
22 > int
23 > main(
24 >        int     argc,
25 >        char    *argv[]
26 > )
27   {
28          register int    c;
29          register FILE   *fp;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines