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

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

# Line 83 | Line 83 | int  orad = 0;                 /* output window radius */
83  
84   char  *progname;
85  
86 + static gethfunc headline;
87  
88 +
89   main(argc, argv)
90   int  argc;
91   char  **argv;
92   {
91        extern int  headline();
93          FILE  *fin;
94          float  *lampcolor;
95          char  *lamptype = NULL;
# Line 328 | Line 329 | COLOR  clr;
329   double  (*ourbright)() = rgb_bright;
330  
331  
332 < int
333 < headline(s)                             /* process line from header */
334 < char  *s;
332 > static int
333 > headline(                               /* process line from header */
334 >        char    *s,
335 >        void    *p
336 > )
337   {
338          char  fmt[32];
339  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines