summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/types.h2
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