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

Comparing ray/src/px/pvalue.c (file contents):
Revision 2.24 by greg, Wed Oct 22 02:06:35 2003 UTC vs.
Revision 2.25 by schorsch, Fri Jan 2 12:47:01 2004 UTC

# Line 61 | Line 61 | FILE  *fin2 = NULL, *fin3 = NULL;      /* for other color c
61  
62   int  (*getval)(), (*putval)();
63  
64 + static gethfunc checkhead;
65 +
66 +
67   double
68   rgb_bright(clr)
69   COLOR  clr;
# Line 82 | Line 85 | main(argc, argv)
85   int  argc;
86   char  **argv;
87   {
85        extern int  checkhead();
88          extern long  atol();
89          double  d, expval = 1.0;
90          int  i;
# Line 353 | Line 355 | unkopt:
355   }
356  
357  
358 < int
359 < checkhead(line)                         /* deal with line from header */
360 < char  *line;
358 > static int
359 > checkhead(                              /* deal with line from header */
360 >        char    *line,
361 >        void    *p
362 > )
363   {
364          char    fmt[32];
365          double  d;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines