summaryrefslogtreecommitdiffstats
path: root/src/external.mli
blob: 4304f743414cbd85984a878edc24a14feb219fc7 (plain)
1
2
3
4
5
(* Unison file synchronizer: src/external.mli *)
(* Copyright 1999-2018, Benjamin C. Pierce (see COPYING for details) *)

val runExternalProgram : string -> (Unix.process_status * string) Lwt.t
val readChannelTillEof : in_channel -> string