X-Git-Url: https://git.dlugolecki.net.pl/?a=blobdiff_plain;f=gom%2Fplace.h;fp=gom%2Fplace.h;h=a2ca02df4f6b116a27c64a582478b3a5a6adc4c4;hb=082066d0c776403b70c366f9a7d1333c7a9fac15;hp=9e0086962d7f83d916671e76d60c33cef27f0ff8;hpb=8a73dd117ad3bf06a89595f7cd8fdef45c231a6e;p=gedcom-parse.git diff --git a/gom/place.h b/gom/place.h index 9e00869..a2ca02d 100644 --- a/gom/place.h +++ b/gom/place.h @@ -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 */