/* tag: Tom Lord Tue Dec 4 14:41:38 2001 (dfa-iso8859-1.h) */ /* dfa-iso8859-1.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_ISO8859_1_H #define INCLUDE__RX__DFA_ISO8859_1_H #include "hackerlab/machine/types.h" #include "hackerlab/rx/dfa.h" /* automatically generated __STDC__ prototypes */ extern int rx_dfa_iso8859_1_fits (int * label, struct rx_dfa * frame, const t_uchar * burst, size_t len); extern int rx_dfa_iso8859_1_advance (struct rx_dfa * frame, const t_uchar * burst, size_t len); extern int rx_dfa_iso8859_1_advance_to_final (size_t * amt, struct rx_dfa * frame, const t_uchar * burst, size_t len); #endif /* INCLUDE__RX__DFA_ISO8859_1_H */