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.1 by greg, Tue Nov 12 16:05:18 1991 UTC vs.
Revision 2.3 by schorsch, Mon Oct 27 10:24:51 2003 UTC

# Line 1 | Line 1
1 /* Copyright (c) 1988 Regents of the University of California */
2
1   #ifndef lint
2 < static char SCCSid[] = "$SunId$ LBL";
2 > static const char       RCSid[] = "$Id$";
3   #endif
6
4   /*
5   *  ra_im.c - convert Radiance picture to imagetools raw format.
6   *
# Line 12 | Line 9 | static char SCCSid[] = "$SunId$ LBL";
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