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

Comparing ray/src/common/rtio.h (file contents):
Revision 3.7 by greg, Thu Feb 12 18:55:50 2004 UTC vs.
Revision 3.8 by schorsch, Sun Mar 28 20:33:12 2004 UTC

# Line 24 | Line 24 | extern int     setfdate(char *fname, long ftim);
24                                          /* defined in fgetline.c */
25   extern char     *fgetline(char *s, int n, FILE *fp);
26                                          /* defined in fgetval.c */
27 < extern int      fgetval(FILE *fp, int ty, char *vp);
27 > extern int      fgetval(FILE *fp, int ty, void *vp);
28                                          /* defined in fgetword.c */
29   extern char     *fgetword(char *s, int n, FILE *fp);
30                                          /* defined in fputword.c */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines