comparison include/urweb/types_cpp.h @ 2206:c1a62ce47083

Merge.
author Ziv Scully <ziv@mit.edu>
date Tue, 27 May 2014 21:38:01 -0400
parents c93fbd139732
children 2f7ed04332a0
comparison
equal deleted inserted replaced
2205:cdea39473c78 2206:c1a62ce47083
104 uw_Basis_string time_format; 104 uw_Basis_string time_format;
105 105
106 int is_html5; 106 int is_html5;
107 } uw_app; 107 } uw_app;
108 108
109 typedef struct {
110 /* uw_app *app; */
111 void *logger_data;
112 uw_logger log_error, log_debug;
113 } uw_loggers;
114
109 #define ERROR_BUF_LEN 1024 115 #define ERROR_BUF_LEN 1024
110 116
111 typedef struct { 117 typedef struct {
112 size_t max; 118 size_t max;
113 char *start, *front, *back; 119 char *start, *front, *back;