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.8 by schorsch, Sun Mar 28 20:33:12 2004 UTC vs.
Revision 3.9 by greg, Sat Dec 23 17:27:45 2006 UTC

# Line 37 | Line 37 | extern char    *getrlibpath(void);
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 byteswap.c */
41 + extern void     swap16(char *wp, int n);
42 + extern void     swap32(char *wp, int n);
43 + extern void     swap64(char *wp, int n);
44                                          /* defined in portio.c */
45   extern void     putstr(char *s, FILE *fp);
46   extern void     putint(long i, int siz, FILE *fp);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines