/* tag: Tom Lord Tue Dec  4 14:41:38 2001 (dfa-utf16.h)
 */
/* dfa-utf16.h -
 *
 ****************************************************************
 * Copyright (C) 2000 Tom Lord
 * 
 * See the file "COPYING" for further information about
 * the copyright and warranty status of this work.
 */

#ifndef INCLUDE__RX__DFA_UTF16_H
#define INCLUDE__RX__DFA_UTF16_H


#include "hackerlab/machine/types.h"
#include "hackerlab/rx/dfa.h"



/* automatically generated __STDC__ prototypes */
extern int rx_dfa_utf16_fits (int * label,
			      struct rx_dfa * frame,
			      const t_uint16 * burst,
			      size_t len);
extern int rx_dfa_utf16_advance (struct rx_dfa * frame,
				 const t_uint16 * burst,
				 size_t len);
extern int rx_dfa_utf16_advance_to_final (size_t * amt,
					  struct rx_dfa * frame,
					  const t_uint16 * burst,
					  size_t len);
#endif  /* INCLUDE__RX__DFA_UTF16_H */


syntax highlighted by Code2HTML, v. 0.9.1