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.3 by schorsch, Mon Jul 14 22:23:59 2003 UTC vs.
Revision 3.7 by greg, Thu Feb 12 18:55:50 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
26                        /* <unistd.h> is missing on some systems */
27 extern off_t    lseek(int, off_t, int);
28
17                                          /* defined in badarg.c */
18   extern int      badarg(int ac, char **av, char *fl);
19                                          /* defined in expandarg.c */
# Line 41 | Line 29 | extern int     fgetval(FILE *fp, int ty, char *vp);
29   extern char     *fgetword(char *s, int n, FILE *fp);
30                                          /* defined in fputword.c */
31   extern void     fputword(char *s, FILE *fp);
44                                        /* defined in fixargv0.c */
45 /*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 */
35   extern char     *getrlibpath(void);
36 +                                        /* defined in gethomedir.c */
37 + extern char *gethomedir(char *uname, char *path, int plen);
38                                          /* defined in getpath.c */
39   extern char     *getpath(char *fname, char *searchpath, int mode);
40                                          /* defined in portio.c */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines