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

Comparing ray/src/common/header.c (file contents):
Revision 2.20 by schorsch, Sun Jul 27 22:12:01 2003 UTC vs.
Revision 2.21 by schorsch, Wed Jul 30 10:11:06 2003 UTC

# Line 187 | Line 187 | FILE  *fp;
187   int
188   getheader(fp, f, p)             /* get header from file */
189   FILE  *fp;
190 < int  (*f)();
190 > int  (*f)(char *, char *);
191   char  *p;
192   {
193          char  buf[MAXLINE];

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines