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

Comparing ray/src/px/ra_rgbe.c (file contents):
Revision 2.15 by schorsch, Mon Nov 10 12:28:56 2003 UTC vs.
Revision 2.16 by schorsch, Fri Jan 2 12:47:01 2004 UTC

# Line 15 | Line 15 | static const char      RCSid[] = "$Id$";
15   #include  "color.h"
16   #include  "resolu.h"
17  
18 extern int      addhline();
19
18   #define dumpheader(fp)  fwrite(headlines, 1, headlen, fp)
19  
20   int  bradj = 0;                         /* brightness adjustment */
# Line 34 | Line 32 | int  headlen;                          /* current header length */
32  
33   char  *progname;
34  
35 + static gethfunc addhline;
36  
37 +
38   main(argc, argv)
39   int  argc;
40   char  *argv[];
# Line 192 | Line 192 | char   *ospec;
192   }
193  
194  
195 < int
196 < addhline(s)                     /* add a line to our info. header */
197 < char    *s;
195 > static int
196 > addhline(                       /* add a line to our info. header */
197 >        char    *s,
198 >        void    *p
199 > )
200   {
201          char    fmt[32];
202          int     n;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines