From 226fb11ff2da90b7b68dad1b29b9688f880a06a3 Mon Sep 17 00:00:00 2001 From: Adam Chlipala Date: Sun, 4 Dec 2011 14:40:12 -0500 Subject: timeFormat .urp directive --- include/types.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include') 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 -- cgit v1.2.3