comparison include/urweb/types_cpp.h @ 1956:ac1be85e91ad

Add 'html5' .urp directive
author Adam Chlipala <adam@chlipala.net>
date Thu, 09 Jan 2014 17:27:24 -0500
parents 6745eafff617
children c93fbd139732
comparison
equal deleted inserted replaced
1955:469e02eea43a 1956:ac1be85e91ad
100 void (*on_error)(struct uw_context *, char *); 100 void (*on_error)(struct uw_context *, char *);
101 101
102 uw_periodic *periodics; // 0-terminated array 102 uw_periodic *periodics; // 0-terminated array
103 103
104 uw_Basis_string time_format; 104 uw_Basis_string time_format;
105
106 int is_html5;
105 } uw_app; 107 } uw_app;
106 108
107 #define ERROR_BUF_LEN 1024 109 #define ERROR_BUF_LEN 1024
108 110
109 typedef struct { 111 typedef struct {