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.16 by greg, Tue Apr 10 23:38:40 2018 UTC vs.
Revision 3.17 by greg, Fri May 4 21:22:44 2018 UTC

# Line 96 | Line 96 | extern int     isfltd(char *s, char *ds);
96   extern float *  matchlamp(char *s);
97   extern int      loadlamps(char *file);
98   extern void     freelamps(void);
99 +                                        /* defined in option strlcpy.c */
100 + extern size_t   strlcpy(char *dst, const char *src, size_t siz);
101 + extern size_t   strlcat(char *dst, const char *src, size_t siz);
102  
103   #ifdef __cplusplus
104   }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines