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

#ifndef __INC_EMAIL_H
#define __INC_EMAIL_H

#include "fsa.h"

#ifdef __cplusplus
extern "C" {
#endif

extern const STATE_DESCRIPTION aStateDescEMAIL[];

#ifdef __cplusplus
}
#endif

#endif
