--- ray/src/cv/mgflib/lookup.h 1995/03/10 14:50:50 1.6 +++ ray/src/cv/mgflib/lookup.h 1996/06/24 09:14:36 1.7 @@ -84,12 +84,12 @@ extern LUENT *lu_find(); extern void lu_delete(); extern void lu_done(); extern long lu_shash(); +extern int strcmp(); #else extern int lu_init(LUTAB *, int); extern LUENT *lu_find(LUTAB *, char *); extern void lu_delete(LUTAB *, char *); extern void lu_done(LUTAB *); extern long lu_shash(char *); +extern int strcmp(char *, char *); #endif - -extern int strcmp();