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

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

# Line 94 | Line 94 | int    queuesiz = 0;                   /* number of pixels pending */
94  
95   extern double   movepixel();
96  
97 + static gethfunc headline;
98  
99 +
100   main(argc, argv)                        /* interpolate pictures */
101   int     argc;
102   char    *argv[];
# Line 327 | Line 329 | userr:
329   }
330  
331  
332 < int
333 < headline(s)                             /* process header string */
334 < char    *s;
332 > static int
333 > headline(                               /* process header string */
334 >        char    *s,
335 >        void    *p
336 > )
337   {
338          char    fmt[32];
339  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines