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.5 by schorsch, Mon Oct 27 10:19:31 2003 UTC vs.
Revision 3.8 by schorsch, Sun Mar 28 20:33:12 2004 UTC

# Line 14 | Line 14
14   #ifdef __cplusplus
15   extern "C" {
16   #endif
17
18 /* XXX include paths.h instead */
19 #ifndef  F_OK                   /* mode bits for access(2) call */
20 #define  R_OK           4               /* readable */
21 #define  W_OK           2               /* writable */
22 #define  X_OK           1               /* executable */
23 #define  F_OK           0               /* exists */
24 #endif
25
17                                          /* defined in badarg.c */
18   extern int      badarg(int ac, char **av, char *fl);
19                                          /* defined in expandarg.c */
# Line 33 | 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 */
31   extern void     fputword(char *s, FILE *fp);
41                                        /* defined in fixargv0.c */
42 /*extern char   *fixargv0(char *av0);*/ /* XXX include paths.h instead */
32                                          /* defined in fropen.c */
33   extern FILE     *frlibopen(char *fname);
34                                          /* defined in getlibpath.c */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines