ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/util/idmap.h
(Generate patch)

Comparing ray/src/util/idmap.h (file contents):
Revision 2.1 by greg, Fri Jul 19 22:25:03 2019 UTC vs.
Revision 2.2 by greg, Tue Jul 23 17:20:20 2019 UTC

# Line 42 | Line 42 | typedef struct {
42   /* Open ID map file for reading, copying info to stdout based on hflags */
43   extern IDMAP            *idmap_ropen(const char *fname, int hflags);
44  
45 + /* Read the next ID index from input */
46 + extern int              idmap_next_i(IDMAP *idmp);
47 +
48   /* Read the next ID from input */
49   extern const char       *idmap_next(IDMAP *idmp);
50  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines