Beginnings of write support.
[gedcom-parse.git] / include / gom.h
index 46ce4a6d1ee65723c1840806f61465897fd8fd04..15d52a9eea1149cf19c04467802e584bc5fd6e4f 100644 (file)
@@ -417,6 +417,7 @@ struct user_rec {
 
 int  gom_parse_file(const char *file_name);
 int  gom_new_model();
+int  gom_write_file(const char* file_name, int *total_conv_fails);
 
 struct header*     gom_get_header();
 struct submission* gom_get_submission();