diff options
author | Adam Chlipala <adam@chlipala.net> | 2011-12-04 14:40:12 -0500 |
---|---|---|
committer | Adam Chlipala <adam@chlipala.net> | 2011-12-04 14:40:12 -0500 |
commit | 64adfd7ff1361a1886d689f03b5e30780df9e691 (patch) | |
tree | 86de944318bf3610af01258c455ceacfd450c307 /include | |
parent | 470cb13dcf7e4a40a4155ba187b25718770d9189 (diff) |
timeFormat .urp directive
Diffstat (limited to 'include')
-rw-r--r-- | include/types.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/types.h b/include/types.h index 91089ef3..c401b38f 100644 --- a/include/types.h +++ b/include/types.h @@ -96,6 +96,8 @@ typedef struct { void (*on_error)(uw_context, char *); uw_periodic *periodics; // 0-terminated array + + uw_Basis_string time_format; } uw_app; #define ERROR_BUF_LEN 1024 |