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 | 226fb11ff2da90b7b68dad1b29b9688f880a06a3 (patch) | |
tree | 86de944318bf3610af01258c455ceacfd450c307 /include | |
parent | 87e2e610a69b268d10a22a7142a44a2c0afd4799 (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 |