// web.h
// Angshuman Guha
// aguha
// Jan 10, 2001

#ifndef __INC_WEB_H
#define __INC_WEB_H

#include "fsa.h"

#ifdef __cplusplus
extern "C" {
#endif

extern const STATE_DESCRIPTION aStateDescWEB[];

#ifdef __cplusplus
}
#endif

#endif
