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

Comparing ray/src/meta/meta.h (file contents):
Revision 1.11 by schorsch, Sun Mar 6 01:13:17 2016 UTC vs.
Revision 1.12 by greg, Fri Jun 9 15:25:49 2023 UTC

# Line 120 | Line 120 | typedef struct plist  PLIST;
120   *   External declarations
121   */
122  
123 < char  *savestr();
123 > char  *savestr(const char *str);
124  
125 < PRIMITIVE *pop();
125 > PRIMITIVE *pop(PLIST *pl);
126  
127 < FILE  *efopen(), *mfopen();
127 > FILE  *efopen(const char *fn, const char *mode);
128 > FILE  *mfopen(const char *fn, const char *mode);
129  
130   extern char  coms[];
131   extern char  errmsg[];

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines