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.6 by schorsch, Fri Nov 14 17:22:06 2003 UTC vs.
Revision 3.8 by schorsch, Sun Mar 28 20:33:12 2004 UTC

# Line 11 | Line 11
11   #include  <fcntl.h>
12   #include  <string.h>
13  
14 #include  "paths.h"
15
14   #ifdef __cplusplus
15   extern "C" {
16   #endif
19
17                                          /* defined in badarg.c */
18   extern int      badarg(int ac, char **av, char *fl);
19                                          /* defined in expandarg.c */
# Line 27 | 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