--- ray/src/ot/oconv.c 1989/10/14 11:19:34 1.6 +++ ray/src/ot/oconv.c 1990/01/12 10:50:59 1.7 @@ -39,6 +39,8 @@ int nfiles = 0; /* number of object files */ double mincusize; /* minimum cube size from resolu */ +int (*addobjnotify[])() = {NULL}; /* new object notifier functions */ + main(argc, argv) /* convert object files to an octree */ int argc;