#include <ncbi.h>
#include <dfa.h>

/*************************************************************************
 * dfa_opstate(dp)
 *
 *	Return the operational state of the specified DFA.
 *************************************************************************/
DFA_Opstate _cdecl
dfa_opstate(dp)
	DFAPtr	dp;
{
	return dp->opstate;
}
