summaryrefslogtreecommitdiff
path: root/src/cjr_print.sml
diff options
context:
space:
mode:
authorGravatar Adam Chlipala <adamc@hcoop.net>2009-07-18 11:01:48 -0400
committerGravatar Adam Chlipala <adamc@hcoop.net>2009-07-18 11:01:48 -0400
commit0a58a23ed5b12a7fd128549ec430b07130453410 (patch)
tree8bf5b15ad81f9a06146c5d0a4895492dcd9fc8d0 /src/cjr_print.sml
parent44729d96795768c87fb042f01a62e7b14469b170 (diff)
More command-line options
Diffstat (limited to 'src/cjr_print.sml')
-rw-r--r--src/cjr_print.sml4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/cjr_print.sml b/src/cjr_print.sml
index 4121bf5e..eccd60c2 100644
--- a/src/cjr_print.sml
+++ b/src/cjr_print.sml
@@ -2659,7 +2659,9 @@ fun p_file env (ds, ps) =
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,