X-Git-Url: https://git.dlugolecki.net.pl/?a=blobdiff_plain;f=gom%2Fgom_internal.h;h=baa11955bded95dc81924fea3cce9d748f1f24d0;hb=bb2090762d3ae9355a04286c33b78d24736b783c;hp=910e1569bf004689c59ee08d305b776e095ac67c;hpb=28297bd9b57fa7d8c3600d040cc08e5e73a62c27;p=gedcom-parse.git diff --git a/gom/gom_internal.h b/gom/gom_internal.h index 910e156..baa1195 100644 --- a/gom/gom_internal.h +++ b/gom/gom_internal.h @@ -76,6 +76,9 @@ 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); void gom_xref_already_in_use(const char *xrefstr); +void gom_move_error(const char* type); +void gom_find_error(const char* type); +void unref_xref_value(struct xref_value *xref); int gom_write_xref_list(Gedcom_write_hndl hndl, Gedcom_elt elt, int tag, int parent_rec_or_elt, @@ -118,6 +121,7 @@ void NULL_DESTROY(void* anything); #include "func_template.h" +DECLARE_UNREFALLFUNC(xref_list); DECLARE_CLEANFUNC(xref_list); #endif /* __GOM_INTERNAL_H */