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.31 by greg, Tue Oct 29 00:35:06 2024 UTC vs.
Revision 3.32 by greg, Tue Dec 3 01:11:43 2024 UTC

# Line 137 | Line 137 | extern void    freelamps(void);
137   extern size_t   strlcpy(char *dst, const char *src, size_t siz);
138   extern size_t   strlcat(char *dst, const char *src, size_t siz);
139   #endif
140 + #ifndef strnstr                         /* defined in option strnstr.c */
141 + extern char *   strnstr(const char *haystack,
142 +                                const char *needle, size_t len);
143 + #endif
144  
145   #ifdef __cplusplus
146   }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines