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

Comparing ray/src/meta/plotout.c (file contents):
Revision 1.2 by greg, Tue Jul 1 21:21:40 2003 UTC vs.
Revision 1.3 by schorsch, Mon Oct 27 10:28:59 2003 UTC

# Line 21 | Line 21 | static const char      RCSid[] = "$Id$";
21  
22   #include  <fcntl.h>
23  
24 + #include  "rtprocess.h"
25   #include  "meta.h"
26  
27  
# Line 48 | Line 49 | int  argc;
49   char  **argv;
50  
51   {
52 < FILE  *fp, *popen();
52 > FILE  *fp;
53   char  comargs[200], command[300];
54   short  condonly = FALSE, conditioned = FALSE;
55  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines