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

Comparing ray/src/common/tmprivat.h (file contents):
Revision 3.12 by schorsch, Mon Jul 14 22:23:59 2003 UTC vs.
Revision 3.13 by schorsch, Thu Jul 17 09:21:29 2003 UTC

# Line 59 | Line 59 | extern "C" {
59   MEM_PTR         malloc();
60   MEM_PTR         calloc();
61   #endif
62 < extern int      tmErrorReturn();
62 > extern int      tmErrorReturn(char*, int);
63  
64                                                  /* lookup for mesopic scaling */
65   extern BYTE     tmMesofact[BMESUPPER-BMESLOWER];
66  
67 < extern void     tmMkMesofact();                 /* build tmMesofact */
67 > extern void     tmMkMesofact(void);                     /* build tmMesofact */
68  
69   #define returnErr(code) return(tmErrorReturn(funcName,code))
70   #define returnOK        return(TM_E_OK)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines