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

Comparing ray/src/cv/trans.h (file contents):
Revision 2.3 by schorsch, Sat Jun 7 01:10:23 2003 UTC vs.
Revision 2.5 by greg, Fri Jun 9 15:19:19 2023 UTC

# Line 50 | Line 50 | typedef struct rule {
50  
51  
52          /* defined in common/savestr.c - XXX one of several declarations */
53 < char    *savestr(char *str);
53 > char    *savestr(const char *str);
54          /* defined in trans.c */
55   RULEHD  *getmapping(char *file, QLIST *qlp);
56 +
57 + extern int fgetid(ID *idp, char *dls, FILE *fp);
58 + extern int findid(IDLIST *idl, ID *idp, int insert);
59 + extern int matchid(ID *it, IDMATCH *im);
60 + extern void write_quals(QLIST *qlp, IDLIST idl[], FILE *fp);
61  
62  
63   #ifdef __cplusplus

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines