Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
val to_string : ent -> string
type db = ent list
val db_to_string : db -> string
val getspnam : string -> ent
val getspent : unit -> ent option
val putspent : file_descr -> ent -> unit
val open_shadow : ?file:string -> unit -> file_descr
val close_shadow : file_descr -> unit
val get_db : unit -> db
val write_db : ?file:string -> db -> unit