Unlink xrefs properly when struct is deleted.
[gedcom-parse.git] / gom / personal_name.h
index 24ce27d55a0b2c76bf70009a9e4891be9a7be7f1..c8e76615496807f70fbc47e3f035753899175960 100644 (file)
@@ -32,6 +32,8 @@ int write_names(Gedcom_write_hndl hndl, int parent,
                struct personal_name *name);
 
 DECLARE_SUB_MAKEFUNC(personal_name);
+
+DECLARE_UNREFALLFUNC(personal_name);
 DECLARE_CLEANFUNC(personal_name);
 DECLARE_ADDFUNC2(personal_name, source_citation);
 DECLARE_ADDFUNC2(personal_name, note_sub);