/* @(#)find.h	1.3	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 FIND_H
#define FIND_H
#include "utilitys.h"
#include "sf_space.h"

extern Data_Seq *find_Data_Name_in_BS( char *, Block_Seq **);
extern Boolean matches_RE( char *, char *);
#endif
