1 For next major version bump
2 ---------------------------
4 - Create typedef's for structures and replace all struct * instances with
6 - Use enumeration for event types and not _TOKEN values
7 - rename time functions to be correct
8 - rename string fuctions to be correct
9 - make strings const in marshall functions (this may be able to be done
10 in a minor version bump, since it may be binary compatible).
11 - remove BODY_LENGTH and HEADER_LENGTH from lwes_types.h
12 - make ESF parser reentrant