diff options
Diffstat (limited to 'ltm.h')
-rw-r--r-- | ltm.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -40,6 +40,7 @@ typedef enum { | |||
40 | TM_LE, | 40 | TM_LE, |
41 | TM_CONCAT, | 41 | TM_CONCAT, |
42 | TM_CALL, | 42 | TM_CALL, |
43 | TM_CLOSE, | ||
43 | TM_N /* number of elements in the enum */ | 44 | TM_N /* number of elements in the enum */ |
44 | } TMS; | 45 | } TMS; |
45 | 46 | ||