--- ray/src/ot/writeoct.c 1991/10/23 11:32:45 1.5 +++ ray/src/ot/writeoct.c 1991/10/28 12:21:52 1.6 @@ -18,6 +18,8 @@ static char SCCSid[] = "$SunId$ LBL"; #include "otypes.h" +static int putint(), putstr(), puttree(), putobj(); + writeoct(store, scene, ofn) /* write octree structures to stdout */ int store;