Changed the title of the HTML page.
[gedcom-parse.git] / gom / individual.h
index f9bad2382f1b55b1724a3e4eb7a57c9b3602b31d..51a233ec1709b28aa8d860674d75b50ec1b5a5ee 100644 (file)
@@ -44,5 +44,6 @@ void individual_add_user_ref(Gom_ctxt ctxt, struct user_ref_number* ref);
 void individual_set_record_id(Gom_ctxt ctxt, const char *rin);
 void individual_set_change_date(Gom_ctxt ctxt, struct change_date* chan);
 void individual_add_user_data(Gom_ctxt ctxt, struct user_data* data);
+int write_individuals(Gedcom_write_hndl hndl);
 
 #endif /* __INDIVIDUAL_H */