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

Comparing ray/src/px/ra_xyze.c (file contents):
Revision 2.7 by schorsch, Thu Jun 5 19:29:34 2003 UTC vs.
Revision 2.8 by schorsch, Fri Jan 2 12:47:01 2004 UTC

# Line 29 | Line 29 | int  doflat = -1;                      /* produce flat file? */
29  
30   char  *progname;
31  
32 + static gethfunc headline;
33  
34 < int
35 < headline(s)                             /* process header line */
36 < char    *s;
34 >
35 > static int
36 > headline(                               /* process header line */
37 >        char    *s,
38 >        void    *p
39 > )
40   {
41          char    fmt[32];
42  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines