/* @(#)expand.h	1.2  2/10/93 */
/*******************************************************************************

This code was written and designed by 
Andrew Gene HALL of I.N. Services Pty. Ltd., Scarborough WA, Australia,
for the 
University of Western Australia, Crawley WA, Australia.

*******************************************************************************/
#ifndef EXPAND_H
#define EXPAND_H
#include "sf_space.h"

Block_Seq	*expand_loop_packets( Block_Seq *, Block_Seq *);
Block_Seq	*expand_loop_structures( Block_Seq *, Block_Seq *);
Block_Seq	*expand_save_frames( Block_Seq *, Block_Seq *);
Block_Seq	*expand_data_blocks( Block_Seq *, Block_Seq *);
#endif
