X-Git-Url: https://git.dlugolecki.net.pl/?a=blobdiff_plain;f=gom%2Fgom_internal.h;h=01dde5cad0796b41dd93f5f976505dd18938816c;hb=1568cb8ab16ecc1984d0d00b8ae8189c32508b08;hp=b3075501a2541d1c8cc79fbab53904a19a735623;hpb=a5916b907efea6ee54ec1936588c6f32c0d0e548;p=gedcom-parse.git diff --git a/gom/gom_internal.h b/gom/gom_internal.h index b307550..01dde5c 100644 --- a/gom/gom_internal.h +++ b/gom/gom_internal.h @@ -75,6 +75,10 @@ void gom_cast_error(const char* file, int line, void gom_no_context(const char* file, int line); void gom_unexpected_context(const char* file, int line, OBJ_TYPE found); +int gom_write_xref_list(Gedcom_write_hndl hndl, + Gedcom_elt elt, int tag, int parent_rec_or_elt, + struct xref_list* val); + #define MAKE_GOM_CTXT(CTXT_TYPE, STRUCTTYPE, CTXT_PTR) \ make_gom_ctxt(CTXT_TYPE, T_ ## STRUCTTYPE, CTXT_PTR)