aboutsummaryrefslogtreecommitdiffstats
path: root/driver/Driveraux.mli
diff options
context:
space:
mode:
Diffstat (limited to 'driver/Driveraux.mli')
-rw-r--r--driver/Driveraux.mli8
1 files changed, 7 insertions, 1 deletions
diff --git a/driver/Driveraux.mli b/driver/Driveraux.mli
index 60efcc80..54df4336 100644
--- a/driver/Driveraux.mli
+++ b/driver/Driveraux.mli
@@ -12,7 +12,13 @@
(* *********************************************************************)
-val command: ?stdout:string -> string list -> int
+val responsefile: string list -> (string -> string list) -> string list
+ (** [responsefiles args resp_arg] Test whether [args] should be passed
+ via responsefile and writes them into a file. [resp_arg] generates
+ the new argument constructed from the responsefile. If no
+ responsefile is written the arguments are returned unchanged. *)
+
+val command: ?stdout:string -> string list -> int
(** Execute the command with the given arguments and an optional file for
the stdout. Returns the exit code. *)