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

Comparing ray/src/util/pranim.c (file contents):
Revision 1.1 by greg, Tue Mar 12 13:05:11 1991 UTC vs.
Revision 1.3 by schorsch, Mon Oct 27 10:32:06 2003 UTC

# Line 1 | Line 1
1 /* Copyright (c) 1991 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   *  Send Sun rasterfiles to PC animation system.
6   *
# Line 13 | Line 10 | static char SCCSid[] = "$SunId$ LBL";
10   #include <stdio.h>
11   #include <rasterfile.h>
12  
13 + #include "rtprocess.h"
14   #include "client/clnt.h"
15  
18 FILE    *popen();
16  
17   char    *pcom = NULL;                   /* uncompress command */
18  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines