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

Comparing ray/src/meta/mgvars.c (file contents):
Revision 1.4 by schorsch, Fri Nov 14 00:14:40 2003 UTC vs.
Revision 1.5 by schorsch, Sat Nov 15 02:13:37 2003 UTC

# Line 577 | Line 577 | register char  **pathlist
577  
578   int
579   mgcurve(                        /* get a curve's (unmapped) values */
580 < int  c,
581 < int  (*f)()
580 >        int  c,
581 >        void (*f)(int c, double x, double y)
582   )
583   {
584          int  nargs;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines