--- ray/src/common/modobject.c 1991/07/24 12:04:52 1.1 +++ ray/src/common/modobject.c 1991/11/12 16:56:08 2.1 @@ -12,13 +12,17 @@ static char SCCSid[] = "$SunId$ LBL"; #include "object.h" +#include "otypes.h" + extern int (*addobjnotify[])(); /* people to notify of new objects */ static struct ohtab { int hsiz; /* current table size */ OBJECT *htab; /* table, if allocated */ } modtab = {100, NULL}, objtab = {1000, NULL}; /* modifiers and objects */ + +static int otndx(); #ifdef GETOBJ