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

Comparing ray/src/px/pextrem.c (file contents):
Revision 2.8 by schorsch, Thu Jul 3 22:41:44 2003 UTC vs.
Revision 2.9 by schorsch, Fri Jan 2 12:47:01 2004 UTC

# Line 11 | Line 11 | static const char      RCSid[] = "$Id$";
11  
12   #include  "platform.h"
13   #include  "color.h"
14 + #include  "resolu.h"
15  
16  
17   int  orig = 0;
# Line 19 | Line 20 | int  wrongformat = 0;
20  
21   COLOR  expos = WHTCOLOR;
22  
23 + static gethfunc headline;
24  
25 < headline(s)                     /* check header line */
26 < char  *s;
25 >
26 > static int
27 > headline(                       /* check header line */
28 >        char  *s,
29 >        void    *p
30 > )
31   {
32          char    fmt[32];
33          double  d;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines