Functions for moving an xref in a list.
[gedcom-parse.git] / gom / place.h
index 81291d3ddb7d536340236f759cc8cf6f53c3cc30..e73d924ab304cf47928a6bb7ecef47c9aeabd3a9 100644 (file)
@@ -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);