]> matita.cs.unibo.it Git - helm.git/blobdiff - matitaB/matita/matitaAuthentication.mli
Matitaweb:
[helm.git] / matitaB / matita / matitaAuthentication.mli
index 3bd1bc0aa7217b5eb074ec9769bacd32340f7e3a..8a832eb81e7d129c99add998323fb4f0436af607 100644 (file)
@@ -29,6 +29,8 @@ exception UsernameCollision of string
 
 val lookup_user : string -> (string * session_id option)
 
+val user_of_session : session_id -> string
+
 val create_session : string -> session_id
 
 val get_session_owner : session_id -> string
@@ -49,4 +51,12 @@ val serialize : unit -> unit
 
 val deserialize : unit -> unit
 
+val read_ft : string -> (string * MatitaFilesystem.matita_flag) list
+
+val write_ft : string -> (string * MatitaFilesystem.matita_flag) list -> unit
+
+val set_file_flag : string -> string -> MatitaFilesystem.matita_flag -> unit
+
 val add_user : string -> string -> unit
+
+val reset : unit -> unit