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.32 by greg, Tue Dec 3 01:11:43 2024 UTC vs.
Revision 3.33 by greg, Sat Mar 1 00:51:26 2025 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 strncasecmp                     /* defined in option strncasecmp.c */
141 + extern int      strncasecmp(const char *s1, const char *s2, size_t n);
142 + #endif
143   #ifndef strnstr                         /* defined in option strnstr.c */
144   extern char *   strnstr(const char *haystack,
145                                  const char *needle, size_t len);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines