From b04455ed08e613b7a5b0491894ba688508546c13 Mon Sep 17 00:00:00 2001 From: Adam Chlipala Date: Tue, 17 Dec 2013 20:12:33 -0500 Subject: Fix compilation of apps that don't use database; fix HTTP pipelining --- src/cjr_print.sml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/cjr_print.sml') diff --git a/src/cjr_print.sml b/src/cjr_print.sml index 5d697eac..1fc0b40f 100644 --- a/src/cjr_print.sml +++ b/src/cjr_print.sml @@ -3364,7 +3364,7 @@ fun p_file env (ds, ps) = newline, string "static void uw_db_init(uw_context ctx) { };", newline, - string "static int uw_db_begin(uw_context ctx) { return 0; };", + string "static int uw_db_begin(uw_context ctx, int could_write) { return 0; };", newline, string "static void uw_db_close(uw_context ctx) { };", newline, -- cgit v1.2.3