UTF8 library is now a shared library.
[gedcom-parse.git] / gom / association.h
index 8c0c6401835f0a7fa2b56435873f5ad25a6646c2..e688d0901e741bacfc28bee655be7a8a6b60a8b4 100644 (file)
@@ -32,5 +32,7 @@ void association_cleanup(struct association* assoc);
 void association_add_note(Gom_ctxt ctxt, struct note_sub* note);
 void association_add_citation(Gom_ctxt ctxt, struct source_citation* cit);
 void association_add_user_data(Gom_ctxt ctxt, struct user_data* data);
+int write_associations(Gedcom_write_hndl hndl, int parent,
+                      struct association *assoc);
 
 #endif /* __ASSOCIATION_H */