X-Git-Url: https://git.dlugolecki.net.pl/?a=blobdiff_plain;ds=inline;f=gom%2Fgom_internal.h;h=829b13d584e9ff1019e6e4d526e63787b6f9f4fa;hb=505301d49e81bcd0e1827026cd4672b8722ac349;hp=2038c267433f54ce24024a4df8c5fe2c00008d57;hpb=349d849a4f6cfad7a5f2badcda0e3c5799f0302f;p=gedcom-parse.git diff --git a/gom/gom_internal.h b/gom/gom_internal.h index 2038c26..829b13d 100644 --- a/gom/gom_internal.h +++ b/gom/gom_internal.h @@ -100,7 +100,7 @@ void gom_mem_error(const char *filename, int line); #define MEMORY_ERROR gom_mem_error(__FILE__, __LINE__) -void def_rec_end(Gedcom_rec rec, Gedcom_ctxt self); +void def_rec_end(Gedcom_rec rec, Gedcom_ctxt self, Gedcom_val parsed_value); void def_elt_end(Gedcom_elt elt, Gedcom_ctxt parent, Gedcom_ctxt self, Gedcom_val parsed_value); void set_xref_type(struct xref_value *xr, const char* str);