X-Git-Url: https://git.dlugolecki.net.pl/?a=blobdiff_plain;f=include%2Fgom.h;h=0c68d3019e2de670a2c88ffccf29ce509789eef2;hb=08936924a7a4b1541ee5f9778cae6bffef1767b3;hp=5a706cc74765ff9126b42d889c2b4bbd0a9ac913;hpb=082066d0c776403b70c366f9a7d1333c7a9fac15;p=gedcom-parse.git diff --git a/include/gom.h b/include/gom.h index 5a706cc..0c68d30 100644 --- a/include/gom.h +++ b/include/gom.h @@ -25,6 +25,7 @@ #define __GEDCOM_GOM_H #include "gedcom.h" +#include #ifdef __cplusplus extern "C" { @@ -422,6 +423,8 @@ int gom_new_model(); int gom_write_file(const char* file_name, int *total_conv_fails); struct header* gom_get_header(); +int gom_header_update_timestamp(time_t t); + struct submission* gom_get_submission(); struct family* gom_get_first_family();