summaryrefslogtreecommitdiff
path: root/tests/test.h
diff options
context:
space:
mode:
authorGravatar Adam Chlipala <adamc@hcoop.net>2009-05-02 11:27:26 -0400
committerGravatar Adam Chlipala <adamc@hcoop.net>2009-05-02 11:27:26 -0400
commit4b3399b59d17ed32c8c2800267b8c59fd0378f21 (patch)
tree9918a955a048024a07e68cd466c19c0dbf56f867 /tests/test.h
parent2307ccdcc5eb4ddfe719ddcbea999f7705ec79c3 (diff)
Successfully influenced effectful-ness status of FFI func
Diffstat (limited to 'tests/test.h')
-rw-r--r--tests/test.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/test.h b/tests/test.h
index 4cd257f8..d94cf02d 100644
--- a/tests/test.h
+++ b/tests/test.h
@@ -5,3 +5,5 @@ typedef uw_Basis_string uw_Test_t;
uw_Test_t uw_Test_create(uw_context, uw_Basis_string);
uw_Basis_string uw_Test_out(uw_context, uw_Test_t);
uw_Test_t uw_Test_frob(uw_context, uw_Test_t, uw_Basis_string);
+
+uw_Basis_unit uw_Test_print(uw_context);