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.28 by greg, Fri Feb 10 18:29:46 2023 UTC vs.
Revision 3.29 by greg, Thu Jun 8 17:48:01 2023 UTC

# Line 108 | Line 108 | extern char    *expsave(void);
108   extern void     expset(char *ep);
109   extern char     *eindex(char *sp);
110                                          /* defined in savestr.c */
111 < extern char     *savestr(char *str);
111 > extern char     *savestr(const char *str);
112   extern void     freestr(char *s);
113 < extern int      shash(char *s);
113 > extern int      shash(const char *s);
114                                          /* defined in savqstr.c */
115   extern char     *savqstr(char *s);
116   extern void     freeqstr(char *s);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines