Reworked the xref functions.
[gedcom-parse.git] / gom / gom_internal.h
index 5b707a5791049b67df201fadd86bef398bcce12c..910e1569bf004689c59ee08d305b776e095ac67c 100644 (file)
@@ -116,8 +116,8 @@ int  update_time(char** tv, struct tm* tm_ptr);
 
 void NULL_DESTROY(void* anything);
 
-#define xref_list_cleanup NULL_DESTROY
-
 #include "func_template.h"
 
+DECLARE_CLEANFUNC(xref_list);
+  
 #endif /* __GOM_INTERNAL_H */