X-Git-Url: https://git.dlugolecki.net.pl/?a=blobdiff_plain;f=gom%2Fplace.h;h=e73d924ab304cf47928a6bb7ecef47c9aeabd3a9;hb=3155d964e15a3c49121c01d2808e5a846779b812;hp=81291d3ddb7d536340236f759cc8cf6f53c3cc30;hpb=72689522e287ca3b2231e7d8881f0fe5bea48f15;p=gedcom-parse.git diff --git a/gom/place.h b/gom/place.h index 81291d3..e73d924 100644 --- a/gom/place.h +++ b/gom/place.h @@ -30,6 +30,9 @@ void place_subscribe(); int write_place(Gedcom_write_hndl hndl, int parent, struct place* place); +DECLARE_SUB_MAKEFUNC(place); + +DECLARE_UNREFALLFUNC(place); DECLARE_CLEANFUNC(place); DECLARE_ADDFUNC2(place, source_citation); DECLARE_ADDFUNC2(place, note_sub);