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.6 by greg, Fri Mar 10 14:50:50 1995 UTC vs.
Revision 1.7 by greg, Mon Jun 24 09:14:36 1996 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();
88   #else
89   extern int      lu_init(LUTAB *, int);
90   extern LUENT    *lu_find(LUTAB *, char *);
91   extern void     lu_delete(LUTAB *, char *);
92   extern void     lu_done(LUTAB *);
93   extern long     lu_shash(char *);
94 + extern int      strcmp(char *, char *);
95   #endif
94
95 extern int      strcmp();

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines