| 57 |
|
unsigned long tick; /* clock tick for LRU replacement */ |
| 58 |
|
} BEAM; /* followed by nrm RAYVAL's */ |
| 59 |
|
|
| 60 |
< |
#define hdbray(bp) (RAYVAL *)((bp)+1) |
| 60 |
> |
#define hdbray(bp) ((RAYVAL *)((bp)+1)) |
| 61 |
|
#define hdbsiz(nr) (sizeof(BEAM)+(nr)*sizeof(RAYVAL)) |
| 62 |
|
|
| 63 |
|
typedef struct { |
| 90 |
|
|
| 91 |
|
#define hdflush(hp) (hdfreebeam(hp,0) && hdsync(hp)) |
| 92 |
|
|
| 93 |
< |
extern HOLO *hdinit(); |
| 93 |
> |
extern HOLO *hdinit(), *hdalloc(); |
| 94 |
|
extern BEAM *hdgetbeam(); |
| 95 |
|
extern RAYVAL *hdnewrays(); |
| 96 |
|
extern long hdmemuse(), hdfiluse(); |