Mercurial > urweb
comparison src/cjr_print.sml @ 1937:94f9570671f0
Fix compilation of apps that don't use database; fix HTTP pipelining
author | Adam Chlipala <adam@chlipala.net> |
---|---|
date | Tue, 17 Dec 2013 20:12:33 -0500 |
parents | 6745eafff617 |
children | ac1be85e91ad |
comparison
equal
deleted
inserted
replaced
1936:6745eafff617 | 1937:94f9570671f0 |
---|---|
3362 else | 3362 else |
3363 box [string "static void uw_client_init(void) { };", | 3363 box [string "static void uw_client_init(void) { };", |
3364 newline, | 3364 newline, |
3365 string "static void uw_db_init(uw_context ctx) { };", | 3365 string "static void uw_db_init(uw_context ctx) { };", |
3366 newline, | 3366 newline, |
3367 string "static int uw_db_begin(uw_context ctx) { return 0; };", | 3367 string "static int uw_db_begin(uw_context ctx, int could_write) { return 0; };", |
3368 newline, | 3368 newline, |
3369 string "static void uw_db_close(uw_context ctx) { };", | 3369 string "static void uw_db_close(uw_context ctx) { };", |
3370 newline, | 3370 newline, |
3371 string "static int uw_db_commit(uw_context ctx) { return 0; };", | 3371 string "static int uw_db_commit(uw_context ctx) { return 0; };", |
3372 newline, | 3372 newline, |