--- ray/src/hd/holo.h 1997/11/10 18:04:05 3.3 +++ ray/src/hd/holo.h 1997/11/11 15:13:33 3.4 @@ -90,7 +90,7 @@ typedef struct holo { #define hdflush(hp) (hdfreebeam(hp,0) && hdsync(hp)) -extern HOLO *hdinit(); +extern HOLO *hdinit(), *hdalloc(); extern BEAM *hdgetbeam(); extern RAYVAL *hdnewrays(); extern long hdmemuse(), hdfiluse();