Allow elements out of context in GOM.
[gedcom-parse.git] / gom / personal_name.h
index b2dcce0773f1f81c932358015f4a2ce5de2edd35..c8e76615496807f70fbc47e3f035753899175960 100644 (file)
@@ -31,6 +31,9 @@ void name_subscribe();
 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);