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

Comparing ray/src/hd/rhdisp3.c (file contents):
Revision 3.14 by schorsch, Mon Jul 21 22:30:18 2003 UTC vs.
Revision 3.15 by schorsch, Thu Jan 1 11:21:55 2004 UTC

# Line 304 | Line 304 | memerr:
304   }
305  
306  
307 < gridlines(f)                    /* run through holodeck section grid lines */
308 < int     (*f)();
307 > extern void
308 > gridlines(                      /* run through holodeck section grid lines */
309 >        void    (*f)(FVECT wp[2])
310 > )
311   {
312          register int    hd, w, i;
313          int     g0, g1;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines