Completed writing of strings and xrefs.
[gedcom-parse.git] / gom / place.h
index 9e0086962d7f83d916671e76d60c33cef27f0ff8..a2ca02df4f6b116a27c64a582478b3a5a6adc4c4 100644 (file)
@@ -32,5 +32,6 @@ void place_cleanup(struct place* place);
 void place_add_citation(Gom_ctxt ctxt, struct source_citation* cit);
 void place_add_note(Gom_ctxt ctxt, struct note_sub* note);
 void place_add_user_data(Gom_ctxt ctxt, struct user_data* data);
+int write_place(Gedcom_write_hndl hndl, int parent, struct place* place);
 
 #endif /* __PLACE_H */