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.18 by greg, Thu Apr 29 22:32:11 2004 UTC

# Line 142 | Line 142 | extern void    libupdate(char *fn);
142                                          /* defined in calprnt.c */
143   extern void     eprint(EPNODE *ep, FILE *fp);
144   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);
145                                          /* defined by client */
146   extern double   chanvalue(int n);
147  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines