Added functions to add, remove and move substructs.
[gedcom-parse.git] / gom / gom_internal.h
index 476cc9e362a7a1ed790f969d47c7912daf845b9f..baa11955bded95dc81924fea3cce9d748f1f24d0 100644 (file)
@@ -77,6 +77,7 @@ void gom_no_context(const char* file, int line);
 void gom_unexpected_context(const char* file, int line, OBJ_TYPE found);
 void gom_xref_already_in_use(const char *xrefstr);
 void gom_move_error(const char* type);
+void gom_find_error(const char* type);
 void unref_xref_value(struct xref_value *xref);
 
 int gom_write_xref_list(Gedcom_write_hndl hndl,