X-Git-Url: https://git.dlugolecki.net.pl/?a=blobdiff_plain;f=gom%2Fplace.h;h=81291d3ddb7d536340236f759cc8cf6f53c3cc30;hb=72689522e287ca3b2231e7d8881f0fe5bea48f15;hp=a2ca02df4f6b116a27c64a582478b3a5a6adc4c4;hpb=4946f8418bfa1c41bb410995dbc9c5ac272c4c74;p=gedcom-parse.git diff --git a/gom/place.h b/gom/place.h index a2ca02d..81291d3 100644 --- a/gom/place.h +++ b/gom/place.h @@ -28,10 +28,11 @@ #include "gom_internal.h" void place_subscribe(); -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); +DECLARE_CLEANFUNC(place); +DECLARE_ADDFUNC2(place, source_citation); +DECLARE_ADDFUNC2(place, note_sub); +DECLARE_ADDFUNC2(place, user_data); + #endif /* __PLACE_H */