The unified diff between revisions [f9bf0ab9..] and [23b40306..] is displayed below. It can also be downloaded as a raw diff.

This diff has been restricted to the following files: 'subprocess.mli'

#
#
# patch "subprocess.mli"
#  from [b509614ed2a16c4c0f88a299484cc5bb3a9adeae]
#    to [62bcdc81b9d9f88301f0e7b4cf99219da81ffba0]
#
============================================================
--- subprocess.mli	b509614ed2a16c4c0f88a299484cc5bb3a9adeae
+++ subprocess.mli	62bcdc81b9d9f88301f0e7b4cf99219da81ffba0
@@ -9,12 +9,14 @@ val spawn_out :
   int -> unit

 val spawn_out :
+  ?working_directory:string ->
   encoding:encoding ->
   cmd:string list ->
   reap_callback:(unit -> unit) ->
   callback -> t

 val spawn_inout :
+  ?working_directory:string ->
   encoding:encoding ->
   cmd:string list ->
   input:string ->