aboutsummaryrefslogtreecommitdiffstats
path: root/cparser/Cprint.mli
diff options
context:
space:
mode:
Diffstat (limited to 'cparser/Cprint.mli')
-rw-r--r--cparser/Cprint.mli3
1 files changed, 3 insertions, 0 deletions
diff --git a/cparser/Cprint.mli b/cparser/Cprint.mli
index fe71e4fe..be7ce029 100644
--- a/cparser/Cprint.mli
+++ b/cparser/Cprint.mli
@@ -33,3 +33,6 @@ val storage : Format.formatter -> C.storage -> unit
val field : Format.formatter -> C.field -> unit
val globdecl : Format.formatter -> C.globdecl -> unit
val program : Format.formatter -> C.program -> unit
+
+val destination : string option ref
+val print_if : C.program -> unit