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
commitdddebbe923d37a5246a6727b27028e77b8252a1d (patch)
tree8bf5b15ad81f9a06146c5d0a4895492dcd9fc8d0 /src/cjr_print.sml
parentfdca372b5e04a3f460fb3a635076b0fb81a492e7 (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,