X-Git-Url: https://git.dlugolecki.net.pl/?a=blobdiff_plain;f=gom%2Fgom_internal.h;h=3b482f22578e628dc21940b41d56b0091e0d1914;hb=8c7d6558e7ff847fdbcda7f6c79580990f71992f;hp=46c42a100815edb60b732c60de7fa25decb014e5;hpb=39bb8d4c3317074cfa3e8e92cc12e6160675e246;p=gedcom-parse.git diff --git a/gom/gom_internal.h b/gom/gom_internal.h index 46c42a1..3b482f2 100644 --- a/gom/gom_internal.h +++ b/gom/gom_internal.h @@ -27,6 +27,7 @@ #include #include #include +#include #ifdef HAVE_CONFIG_H #include #endif @@ -109,6 +110,9 @@ 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); +int update_date(struct date_value** dv, struct tm* tm_ptr); +int update_time(char** tv, struct tm* tm_ptr); + /* Doubly-linked list, but last rec->next is NULL (doesn't go to first rec) */ #define LINK_CHAIN_ELT(STRUCTTYPE, FIRSTVAL, VAL) \ { \