X-Git-Url: https://git.dlugolecki.net.pl/?a=blobdiff_plain;f=gom%2Fgom_internal.h;h=1def3f9ee15835bef2655033ffba331047866ec6;hb=327069289a45ed1e91d8bfc07d7d89cfbad057d6;hp=910e1569bf004689c59ee08d305b776e095ac67c;hpb=bda79e2b3e217154edec23079ccad4f1cfcf94af;p=gedcom-parse.git diff --git a/gom/gom_internal.h b/gom/gom_internal.h index 910e156..1def3f9 100644 --- a/gom/gom_internal.h +++ b/gom/gom_internal.h @@ -76,6 +76,7 @@ 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 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 +119,7 @@ void NULL_DESTROY(void* anything); #include "func_template.h" +DECLARE_UNREFALLFUNC(xref_list); DECLARE_CLEANFUNC(xref_list); #endif /* __GOM_INTERNAL_H */