Completed writing of strings and xrefs.
[gedcom-parse.git] / gom / personal_name.h
index 2cc36d1c7217778495584fa2c2a91e3a3a73f8c6..85587d195db4c1f44be4a344df7d5c582a1d5e11 100644 (file)
@@ -32,5 +32,7 @@ void name_cleanup(struct personal_name* name);
 void name_add_citation(Gom_ctxt ctxt, struct source_citation* cit);
 void name_add_note(Gom_ctxt ctxt, struct note_sub* note);
 void name_add_user_data(Gom_ctxt ctxt, struct user_data* data);
+int write_names(Gedcom_write_hndl hndl, int parent,
+               struct personal_name *name);
 
 #endif /* __PERSONAL_NAME_H */