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

Comparing ray/src/cv/mgflib/lookup.h (file contents):
Revision 1.7 by greg, Mon Jun 24 09:14:36 1996 UTC vs.
Revision 1.8 by greg, Tue Mar 18 11:05:34 1997 UTC

# Line 84 | Line 84 | extern LUENT   *lu_find();
84   extern void     lu_delete();
85   extern void     lu_done();
86   extern long     lu_shash();
87 extern int      strcmp();
87   #else
88   extern int      lu_init(LUTAB *, int);
89   extern LUENT    *lu_find(LUTAB *, char *);
90   extern void     lu_delete(LUTAB *, char *);
91   extern void     lu_done(LUTAB *);
92   extern long     lu_shash(char *);
94 extern int      strcmp(char *, char *);
93   #endif

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines