Pass complete concatenated text in end callback.
[gedcom-parse.git] / gom / gom.c
index ed9d5e5f530011d73e5881280c4bb808ff68f053..2a8aa2065dc531cda47e54a251d05e5169c69a3b 100644 (file)
--- a/gom/gom.c
+++ b/gom/gom.c
@@ -185,7 +185,8 @@ void gom_default_callback (Gedcom_elt elt UNUSED, Gedcom_ctxt parent UNUSED,
                  level, tag, raw_value);
 }
 
-void def_rec_end(Gedcom_rec rec UNUSED, Gedcom_ctxt self)
+void def_rec_end(Gedcom_rec rec UNUSED, Gedcom_ctxt self,
+                Gedcom_val parsed_value UNUSED)
 {
   Gom_ctxt ctxt = (Gom_ctxt)self;
   destroy_gom_ctxt(ctxt);