diff include/types.h @ 1629:438561303d02

timeFormat .urp directive
author Adam Chlipala <adam@chlipala.net>
date Sun, 04 Dec 2011 14:40:12 -0500
parents 2f5fd248588d
children
line wrap: on
line diff
--- a/include/types.h	Sat Dec 03 17:25:51 2011 -0500
+++ b/include/types.h	Sun Dec 04 14:40:12 2011 -0500
@@ -96,6 +96,8 @@
   void (*on_error)(uw_context, char *);
 
   uw_periodic *periodics; // 0-terminated array
+
+  uw_Basis_string time_format;
 } uw_app;
 
 #define ERROR_BUF_LEN 1024