]> matita.cs.unibo.it Git - helm.git/blobdiff - matitaB/matita/matitaFilesystem.mli
Matitaweb: changes to file selection dialog box.
[helm.git] / matitaB / matita / matitaFilesystem.mli
index eba9d1dde941e6a6fb99aca59be75c03e476a7cd..ed840d230c3a9eea1a3b5334ba0dbe84d730437a 100644 (file)
@@ -1 +1,13 @@
-val checkout : string -> string
+exception SvnError of string;;
+
+val checkout : string -> unit
+
+val html_of_library : string -> string
+
+val reset_lib : unit -> unit
+
+(* val commit : string -> unit *)
+
+val add_user : string -> unit
+
+val do_global_commit : unit -> string list