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.11 by greg, Thu Mar 3 22:09:59 2016 UTC vs.
Revision 3.12 by greg, Mon Mar 21 19:06:08 2016 UTC

# Line 70 | Line 70 | extern int     shash(char *s);
70   extern char     *savqstr(char *s);
71   extern void     freeqstr(char *s);
72                                          /* defined in wordfile.c */
73 < extern int      wordfile(char **words, char *fname);
74 < extern int      wordstring(char **avl, char *str);
73 > extern int      wordfile(char **words, int nargs, char *fname);
74 > extern int      wordstring(char **avl, int nargs, char *str);
75                                          /* defined in words.c */
76   extern char     *atos(char *rs, int nb, char *s);
77   extern char     *nextword(char *cp, int nb, char *s);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines