/* @(#)interpret.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 INTERPRET_H
#define INTERPRET_H
Block_Seq       *requests_froma_RS(
Request_Seq     *reqs,
Block_Seq       *search_domain,
Block_Seq       *condition_domain,
Block_Seq       *original_domain);
#endif
