Mercurial > urweb
diff src/cjr_print.sml @ 891:8f2159040bbb
More command-line options
author | Adam Chlipala <adamc@hcoop.net> |
---|---|
date | Sat, 18 Jul 2009 11:01:48 -0400 |
parents | 9c1b7e46eed2 |
children | 2faf558b2d05 |
line wrap: on
line diff
--- a/src/cjr_print.sml Sat Jul 18 10:27:32 2009 -0400 +++ b/src/cjr_print.sml Sat Jul 18 11:01:48 2009 -0400 @@ -2659,7 +2659,9 @@ views = !views, sequences = !sequences} else - box [string "void uw_db_init(uw_context ctx) { };", + box [string "void uw_client_init(void) { };", + newline, + string "void uw_db_init(uw_context ctx) { };", newline, string "int uw_db_begin(uw_context ctx) { return 0; };", newline,