X-Git-Url: https://git.dlugolecki.net.pl/?a=blobdiff_plain;f=gom%2Fplace.h;h=614dacb3fc08733ace090dbbb71f3cd7507a494c;hb=f85c3005b5ae59af8089a88297aeb2bd5c317433;hp=9e0086962d7f83d916671e76d60c33cef27f0ff8;hpb=7ea4ef8cae7b52f2bf66371a5e7b493cbd12900e;p=gedcom-parse.git diff --git a/gom/place.h b/gom/place.h index 9e00869..614dacb 100644 --- a/gom/place.h +++ b/gom/place.h @@ -28,9 +28,13 @@ #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_SUB_MAKEFUNC(place); + +DECLARE_CLEANFUNC(place); +DECLARE_ADDFUNC2(place, source_citation); +DECLARE_ADDFUNC2(place, note_sub); +DECLARE_ADDFUNC2(place, user_data); #endif /* __PLACE_H */