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.22 by greg, Wed Aug 14 18:20:02 2019 UTC vs.
Revision 3.23 by greg, Thu Nov 7 23:20:28 2019 UTC

# Line 62 | Line 62 | typedef int gethfunc(char *s, void *p); /* callback to
62   extern int      getheader(FILE *fp, gethfunc *f, void *p);
63   extern int      globmatch(const char *pat, const char *str);
64   extern int      checkheader(FILE *fin, char fmt[MAXFMTLEN], FILE *fout);
65 +                                        /* defined in fltdepth.c */
66 + extern int      open_float_depth(const char *fname, long expected_length);
67                                          /* defined in badarg.c */
68   extern int      badarg(int ac, char **av, char *fl);
69                                          /* defined in expandarg.c */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines