| # | Line 83 | Line 83 | extern OBJECT nobjects; /* # of objects */ | |
|---|---|---|
| 83 | ||
| 84 | #define setfree(os) free((void *)(os)) | |
| 85 | ||
| 86 | < | extern void (*addobjnotify[])(); /* people to notify of new objects */ |
| 86 | > | extern void (*addobjnotify[])(OBJECT); /* people to notify of new objects */ |
| 87 | ||
| 88 | /* defined in modobject.c */ | |
| 89 | extern OBJECT objndx(OBJREC *op); | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |