(* $Id: updateIndOk.mli,v 4.0 2001/03/16 19:35:09 ddr Exp $ *) open Config; open Def; value effective_del : config -> base -> person -> unit; value effective_mod : config -> base -> gen_person Update.key string -> person; value all_checks_person : config -> base -> person -> ascend -> union -> list Gutil.base_warning; value print_mod_aux : config -> base -> (gen_person Update.key string -> unit) -> unit; value print_add : config -> base -> unit; value print_del : config -> base -> unit; value print_mod : config -> base -> unit;