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

Comparing ray/src/common/calcomp.h (file contents):
Revision 2.16 by greg, Mon Aug 4 22:37:53 2003 UTC vs.
Revision 2.19 by greg, Tue May 17 17:51:51 2005 UTC

# Line 70 | Line 70 | extern unsigned long  eclock;
70   extern unsigned int  esupport;
71   extern EPNODE   *curfunc;
72   extern int  nextc;
73 + extern int  eofc;
74  
75                                          /* defined in biggerlib.c */
76   extern void biggerlib(void);
# Line 142 | Line 143 | extern void    libupdate(char *fn);
143                                          /* defined in calprnt.c */
144   extern void     eprint(EPNODE *ep, FILE *fp);
145   extern void     dprint(char *name, FILE *fp);
145                                        /* defined in savestr.c */
146 extern char     *savestr(char *str);
147 extern void     freestr(char *s);
148 extern int      shash(char *s);
149                                        /* defined in ealloc.c */
150 extern char     *emalloc(unsigned int n);
151 extern char     *ecalloc(unsigned int ne, unsigned int es);
152 extern char     *erealloc(char *cp, unsigned int n);
153 extern void     efree(char *cp);
146                                          /* defined by client */
147   extern double   chanvalue(int n);
148  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines