Files
Geneweb/lib/mergeDisplay.mli
2024-03-05 22:01:20 +01:00

15 lines
452 B
OCaml

(* $Id: merge.mli,v 5.5 2007-01-19 01:53:16 ddr Exp $ *)
(* Copyright (c) 1998-2007 INRIA *)
open Gwdb
open Config
val print_someone : config -> base -> person -> unit
(** Prints person's key on the socket *)
val print : config -> base -> person -> unit
(** Displays a menu for merging two persons *)
val print_possible_continue_merging : config -> base -> unit
(** Prints link on the page to continue merging two persons (or two duplications). *)