Added functions to add and remove records.
[gedcom-parse.git] / gom / address.h
index cc814bb5b5d7a9df2e305f712cefcf6b97d3107c..bff2e3a0e4cf0d0bada2851201aa1afb3643a080 100644 (file)
@@ -27,8 +27,9 @@
 #include "gom.h"
 
 void address_subscribe();
-void address_cleanup(struct address *address);
-void address_add_user_data(Gom_ctxt ctxt, struct user_data* data);
 int write_address(Gedcom_write_hndl hndl, int parent, struct address *address);
 
+DECLARE_CLEANFUNC(address);
+DECLARE_ADDFUNC2(address, user_data);
+
 #endif /* __ADDRESS_H */