diff options
Diffstat (limited to 'types.h')
| -rw-r--r-- | types.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -48,6 +48,7 @@ struct type_s { IntType, NumType, CStringType, + DateTimeType, TextType, ArrayType, ChannelType, @@ -77,7 +78,7 @@ struct type_s { struct { enum { TYPE_NBITS32=32, TYPE_NBITS64=64 } bits; } NumType; - struct {} CStringType; + struct {} CStringType, DateTimeType; struct { const char *lang; struct env_s *env; |
