unison

Fork of Unison, a bi-directional file synchronization tool
git clone git://git.laack.co/unison.git
Log | Files | Refs | README | LICENSE

fswatchold.mli (140B)


      1 
      2 val start : string -> Fspath.t -> bool
      3 val running : string -> bool
      4 val getChanges : string -> Path.t list
      5 val wait : string -> unit Lwt.t