X-Git-Url: https://git.dlugolecki.net.pl/?a=blobdiff_plain;f=gom%2Fgom.c;h=6ca25d234ed2a5ebcef91c9e3b9b60ce38febe4d;hb=83b1b8c2545fb21b40e2c7cdf7eceb82d3ceda1e;hp=a3188ac10a4115466112d52ca259980ab7e3a7ea;hpb=e26ad7230160f52df0f5788c805cc9f5ab184806;p=gedcom-parse.git diff --git a/gom/gom.c b/gom/gom.c index a3188ac..6ca25d2 100644 --- a/gom/gom.c +++ b/gom/gom.c @@ -223,6 +223,11 @@ void gom_move_error(const char* type) gedcom_warning(_("Could not move struct of type %s"), type); } +void gom_find_error(const char* type) +{ + gedcom_warning(_("Could not find struct of type %s in chain"), type); +} + void gom_default_callback (Gedcom_elt elt UNUSED, Gedcom_ctxt parent UNUSED, int level, char* tag, char* raw_value, int parsed_tag UNUSED)