comparison 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
comparison
equal deleted inserted replaced
1628:3621f486ce72 1629:438561303d02
94 int (*check_responseHeader)(const char *); 94 int (*check_responseHeader)(const char *);
95 95
96 void (*on_error)(uw_context, char *); 96 void (*on_error)(uw_context, char *);
97 97
98 uw_periodic *periodics; // 0-terminated array 98 uw_periodic *periodics; // 0-terminated array
99
100 uw_Basis_string time_format;
99 } uw_app; 101 } uw_app;
100 102
101 #define ERROR_BUF_LEN 1024 103 #define ERROR_BUF_LEN 1024
102 104
103 typedef struct { 105 typedef struct {