ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/common/vars.h
(Generate patch)

Comparing ray/src/common/vars.h (file contents):
Revision 2.9 by greg, Fri Jun 9 22:52:47 2023 UTC vs.
Revision 2.10 by greg, Sat Jun 10 15:49:55 2023 UTC

# Line 54 | Line 54 | extern void    catvalues(VARIABLE *vp);
54   extern int      badmatch(char *tv, char *cv);
55   extern void     boolvalue(VARIABLE *vp);
56   extern void     qualvalue(VARIABLE *vp);
57 + extern void     strvalue(VARIABLE *vp);
58   extern void     intvalue(VARIABLE *vp);
59   extern void     fltvalue(VARIABLE *vp);
60   extern void     printvars(FILE *fp);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines