New function to update timestamp.
[gedcom-parse.git] / include / gom.h
index 5a706cc74765ff9126b42d889c2b4bbd0a9ac913..0c68d3019e2de670a2c88ffccf29ce509789eef2 100644 (file)
@@ -25,6 +25,7 @@
 #define __GEDCOM_GOM_H
 
 #include "gedcom.h"
+#include <time.h>
 
 #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();