add license to distribution file
[lwes.git] / TODO
bloba31bcdaaa11df9e3bf479625f60f3e7e0c9e1043
1 For next major version bump
2 ---------------------------
4 - Create typedef's for structures and replace all struct * instances with
5   those typedefs
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